Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I save the value of the variable so, that it keeps its value also
after the application has closed? I have module, where I have: Sub counting() Static counter As Integer counter = counter +1 End sub But if I save and close the program, and open it again, the value of the counter is again 0. Any suggestions to fix the problem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
STATIC VARIABLE NOT AVAILABLE IN ANOTHER MODULE | Excel Discussion (Misc queries) | |||
Static variable | Excel Programming | |||
Static variable | Excel Programming | |||
Static Variable | Excel Programming |