Lesson#8 Object Variables Flashcards
1
Q
What difference does the data type have when declaring an object variable compared to a regular variable?
A
You specify the data type as an Object or even better as the class of object e.g. Workbook
2
Q
What is the statement for assigning data to an object variable?
A
Set ObjectVariableName = AssignedExpression