98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum 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?
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
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Select only cell that contain text to lock formatFor selecting cells that only contain Text in Excel |