Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Edd, There are 3 points that could be the cause of the problem. First, the Array must be delared Public in the delclarations section of Standard VBA Module to be accessable to the rest of the program. Second, the Array data will persist only as long as the VBA code is running. Third, make sure the Array is not being cleared elsewhere in the code. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=513767 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel ODBC driver created table/data not persistent | Excel Discussion (Misc queries) | |||
How to Delete a persistent Toolbar? | Excel Discussion (Misc queries) | |||
Persistent Data in a Combo Box | Excel Programming | |||
Empty but persistent toolbar | Excel Programming | |||
Persistent data in an Add-in | Excel Programming |