Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My macro is triggered on Worksheet_Activate, and stores the contents of
several cells in an array. Later, when a button is clicked, another macro is a standard module uses the variables in the array in a dialog box. It worked for a while, but now, for some reason, as soon as the Worksheet_Activate macro ends, the array values revert to Empty. I've tried declaring the array in the worksheet code, the module code, and as Public, but nothing seems to restore its earlier functionality. Where should the declaration be placed? Goody |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Execution ends without error message in middle of program | Excel Programming | |||
filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 | Excel Worksheet Functions | |||
Maintaining relationship between 3 variables | Excel Programming | |||
Loop never ends | Excel Programming | |||
Input variables on Sheet1 being called by a VB program on Sheet 2 | Excel Programming |