Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a command to reset/clear all variables and arrays?
DG |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not strings, long etc., but they do go out of scope which clears them.
Arrays are cleared with Erase Erase myArray -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "DG" wrote in message ... Is there a command to reset/clear all variables and arrays? DG |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Whilst I would not recommend it, "End" resets all variables values etc.
Read the Help on it and make sure you really need to use it, which I doubt. NickHK "DG" wrote in message ... Is there a command to reset/clear all variables and arrays? DG |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
reset to zero | Excel Worksheet Functions | |||
Excel bug, variables reset? | Excel Programming | |||
Reset Variables | Excel Programming | |||
Glolbal Variables Reset when using OleObjects | Excel Programming |