Hi,
For this VB Code
How would you activate a worksheet?![]()
Private Sub Worksheet_Activate() End Sub
Thanks,
Hi,
For this VB Code
How would you activate a worksheet?![]()
Private Sub Worksheet_Activate() End Sub
Thanks,
The activate event will fire when the sheet becomes active. You can make the sheet active by clicking the sheets tab or use PageUp/Down to move through the sheets.
Once the sheet is active the event will not fire again, even if you use code.
![]()
' no effect Activesheet.activate
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks