![]() |
Variable in more than one module
What is the best way to define a variable in one module and have it be held
constant in all other modules, fucntions, etc....? Nick M. |
Variable in more than one module
Define it as Public in the declarations section (top; before any subs or
functions) of the module it is in. -- - K Dales "Nick M" wrote: What is the best way to define a variable in one module and have it be held constant in all other modules, fucntions, etc....? Nick M. |
Variable in more than one module
that did it. Thanks!
"K Dales" wrote: Define it as Public in the declarations section (top; before any subs or functions) of the module it is in. -- - K Dales "Nick M" wrote: What is the best way to define a variable in one module and have it be held constant in all other modules, fucntions, etc....? Nick M. |
All times are GMT +1. The time now is 12:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com