Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA Objects
VBA Objects
Resolved · Low Priority · Version 2007
For upcoming training course dates see: Pricing & availability
RE: VBA Objects
Hi Anthony
Thank you for your question
An object variable is simply usd to access all the properties and methods of the object to which it is assigned.
For example if you defined an object called varSheet as a worksheet and then set it equal to a specific worksheet in your project, then you can use it to reference and change any relevant property
Regards
Stephen
Mon 12 Jan 2009: Automatically marked as resolved.
|
