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 - Variables
best training excel intermediate - Variables
Resolved · Low Priority · Version Standard
Karen has attended:
Excel VBA Intro Intermediate course
Variables
How do you define a variable
RE: Variables
Karen
To define a variable you use the VBA word "Dim". For best practice you should also give it a Data Type. For example:
Dim MyVariable As String
The word Public can be used instead of Dim if the variable is being shared with other Modules or Forms.
Caarlos
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:Editing Formulas in Excel CellsAlthough people like to edit a formula in the Formula bar, you can also edit a formula in the cell. |