中文版Excel 2019高级VBA编程宝典(第9版)
最新书摘:
-
[已注销]2011-04-16The fact that a property can return an object is a very important concept — a difficult one to grasp, perhaps, but critical to mastering VBA.
-
[已注销]2011-04-16Most objects have a default property. For a Range object, the default property is theValue property. Therefore, you can omit the .Value part from the preceding code,and it has the same effect. However, it’s usually considered good programming practiceto include the property in your code, even if it is the default property.