variables

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Variables

Variables

resolvedResolved · 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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Trace Dependents / Precedents without the blue arrows

Rather 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.

View all Excel hints and tips


Server loaded in 0.07 secs.