Anthony has attended:
Excel VBA Intro Intermediate course
VBA Objects
What is an object variable?
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