Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Excel vba
Excel vba
Resolved · Low Priority · Version 2003
Jessica has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Excel vba
What is a variable?
For upcoming training course dates see: Pricing & availability
RE: excel vba
Hi Jessica
A Variable is a name used to represent a value in VBA.
They 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 Reply As Byte
Hope this helps
Carlos
Wed 11 Feb 2009: Automatically marked as resolved.
|
