Hi,
I defined the following procedure in one of my worksheet.
Private Sub worksheet_activate()
But it doesn't seem to fire when I activate the worksheet by clicking on the tab or I execute this statement.
Sheets("myworksheet").Activate
What am I doing wrong?
Please help,
SJH
I defined the following procedure in one of my worksheet.
Private Sub worksheet_activate()
But it doesn't seem to fire when I activate the worksheet by clicking on the tab or I execute this statement.
Sheets("myworksheet").Activate
What am I doing wrong?
Please help,
SJH