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 VBA Training and help » VBA
VBA
Resolved · Low Priority · Version 2003
Chetna has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
VBA
What is a variable?
RE: VBA
Dear Chetna
A variable is a name used to represent a value. It is used to hold temporary values needed in the running of the VBA code.
A variable name identifies a unique location in memory where a value may be stored temporarily
The syntax is Dim VariableName As Type eg
Dim Total Sales as Currency
Regards
Carlos
Training information:
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:Copying the same value, label or formula quickly into a range of selected cells.Select your range of cells. Type the value, label or formula that you want to appear in all the selected cells and then press Ctrl+Enter. |