Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm reading a book learning how to program and I'm walking through an example talking about variable declaration. I understand what the following procedure is doing, but I don't understand what the purpose of it is. Can anyone help me to understand why I would do this? Sub Create_Var() Dim NewVar% NewVar = "45" MsgBox (NewVar) End Sub Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA - variable declaration | Excel Discussion (Misc queries) | |||
variable declaration | Excel Programming | |||
External Variable Declaration | Excel Programming | |||
Global variable declaration! | Excel Programming | |||
Variable Declaration?? | Excel Programming |