View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pozzo Pozzo is offline
external usenet poster
 
Posts: 1
Default Worksheet_Activate

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