Forum home » Delegate support and help forum » Microsoft Excel Training and help » best training excel intermediate - Excel VBA
best training excel intermediate - Excel VBA
Resolved · Low Priority · Version Standard
Chi Wah has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Excel VBA
why do you use Set in some variable declarations?
For upcoming training course dates see: Pricing & availability
RE: Excel VBA
Chi Wah
Thanks for the question.
The word Set is used in VBA to assign an Object to an Object type variable. eg
Dim MyRange as Range
Set MyRange = Sheets("Sheet1").Range("A1:D20")
Carlos
|
