Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi NG
I have a small problem with referencing a public variable in a module Module A: public strXML as string Module B: sub something msgbox "String: " & A.strXML end sub My problem is that the first time a run the above everything works fine, but the second time i run it then strXML = "". Like it has been flushed somehow. I tried it with other objects too, and the same accured. Does anyone know what is going on and how to fix it? Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Why, when I create workbook-level name does it jump it to Sheet-level ? | Excel Programming | |||
Variable from a sheet module in a class module in XL XP | Excel Programming | |||
module-level variable lifetime | Excel Programming |