Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone please set me straight or confirm my understanding.
If I declare a variable as Public in any standard module, in the Declarations section, then that variable can be accessed by any subroutine in any standard module, AND any userform module. Right? What about the ThisWorkbook module or individual sheet modules? Concerning custom user forms: Loading the form into memory executes the Initialize event (not the Activate event) of the form, correct? If so, then this might be a good place to indicate to whatever subroutine that might be interested that the form is now in memory. And unloading the form resets whatever was done during Initialization, right? Is there a Forms collection by which I can cycle through all loaded forms? Thanks! -gk- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable scope question w/combo-box, 2ND try | Excel Programming | |||
Variable scope question w/combo-box | Excel Programming | |||
Scope of a public variable | Excel Programming | |||
Scope of Public Variable | Excel Programming | |||
Generic ComboBox change event | Excel Programming |