Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have declared a subroutine:
Private Sub Worksheet_Activate() with the belief that this is executed when the sheet or workbook opens However, when I have closed the workbook and re-opened, the code ha not been executed. I have put Debug.Print statements at the beginnin and end but Excel doesn't even enter this code. Are there an circumstances under which this might happen -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you do this in the sheet code module or a general module?
It must be in the sheet's module. Pozzo < wrote: I have declared a subroutine: Private Sub Worksheet_Activate() with the belief that this is executed when the sheet or workbook opens. However, when I have closed the workbook and re-opened, the code has not been executed. I have put Debug.Print statements at the beginning and end but Excel doesn't even enter this code. Are there any circumstances under which this might happen? --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Activate not working for multiple cells | Excel Discussion (Misc queries) | |||
Worksheet_Activate | Excel Programming | |||
Why wouldn't calling the Activate sub for a sheet automatically call that sheet's Worksheet_Activate() sub? | Excel Programming | |||
Automation Procedure with Worksheet_Activate | Excel Programming |