Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I set the default value of a global variable?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can initialize a constant:
Const Myvar As Long = 6 but for a variable, you would need to run a procedure to initialize it. -- Regards, Tom Ogilvy wrote in message oups.com... How can I set the default value of a global variable? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yar! oh well thanks!
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Intitilize the variable in the Workbook open procedure... Then it will be
intialized from the moment the sheet is opened... -- HTH... Jim Thomlinson " wrote: yar! oh well thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Global variables - where do you place them? | Excel Programming | |||
Global Variables | Excel Programming | |||
Global vs Local variables | Excel Programming | |||
Global Variables Not Accessible | Excel Programming | |||
Declaring Global Variables | Excel Programming |