hi everybody ..
I have a code to put in the Sub Worksheet_Deactivate() ..
But my problem is that sheet doesn’t exist at the beginning
It will be added by a button click
So how can I add that code if the sheet has been added ???![]()
Private Sub CB2_Click() Sheets.Add ActiveSheet.Name = "Stoke" End Sub
Bookmarks