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 » Variable
Variable
Resolved · Low Priority · Version 2003
Kylee has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Variable
What's a Viariable?
RE: Variable
Hi Kylee
A Variable is a name used to represent a value in VBA.
They are used to represent values that may change during the procedure and identify a unique location in memory.
The syntax is Dim/Public/Private VariableName [As type]. eg:
Public PivotSelection As Byte
Hope this helps
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:Percentage formatCtrl+Shift+% applies the Percentage format, with no decimal places. |