Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using several 2 simentional arrays as public arrays so that I can pass
the same array through a set of code regardless of where it comes from. I notice that if I run a proecure involving these arrays, everything is fnie the first time around. If I then activate the same procedure again, I find the arrays still have saved their dimensions from the first run, and when I redim to set the first dimension, I get an error (since you can't change the first dimension once the second is declared. Is there anyway to clear the cache of these public arrays inbetween procedure runs? If I hit the stop in VBA, it clears the arrays, but obviously that's a bit cumbersome. Thanks for any help. -- ********************* J Streger MS Office Master 2000 ed. MS Project White Belt 2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing cells without clearing formulas | Excel Discussion (Misc queries) | |||
Dim vs. Public | Excel Programming | |||
Array of Public Arrays | Excel Programming | |||
public sub | Excel Programming | |||
clearing arrays | Excel Programming |