Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
isabelle wrote :
hi Ronald, in this case, you must use "private" instead of "Public" Private i As Integer and also you should use another variable name -- isabelle As per my example to Ronald, 'i' is declared in Macro_1 in the normal fashion. Macro_2 accepts 'i' as an arg named 'Ndx' in its declaration section. Not sure why you're suggesting a module-level definition for this counter since it really serves no practical purpose at that scope, IMO. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you create a global variable ? | Excel Programming | |||
Global variable | Excel Discussion (Misc queries) | |||
Global Variable | Excel Discussion (Misc queries) | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions | |||
Global variable | Excel Programming |