Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
I have some information on an Excel spreadsheet that I successfully copy to an Public Array. I use another procedure to extract this same data from the Public Array but there is no data. How can I maintain data in the array. I've used the Static keyword but still no luck. What am I missing here. Help please! Thanks, Ed. |
#2
![]()
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 |