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 » Variables
Variables
Resolved · Low Priority · Version 2003
Bernard has attended:
Excel VBA Intro Intermediate course
Variables
What is a variable
RE: variables
Hi Bernard, thanks for the query. A variable is simple a name indicating a particular value stored in the computer memory. That value can of course change - hence "variable". When you declare variables at the start of your code you are building in formal memory allocation for your variables once the code is compiled. Essentially, any value you are generating and manipulating in your code is a variable.
Hope this helps,
Anthony
Wed 15 Jul 2009: Automatically marked as resolved.
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:Trace Dependents / Precedents without the blue arrowsRather than using the toolbar you can press CTRL+] which is the equivelent of trace dependants and CTRL+[ for precendants. Both of these ways though will not show the blue arrows but jump to the cell containing the formula. |