C
comotoman
my code is:
Sheets("Sheet 1 (2)").Select
ActiveWindow.SelectedSheets.Delete
How can i hace it delete the seleted sheet, not always 'Sheet 1 (2)'?
Sheets("Sheet 1 (2)").Select
ActiveWindow.SelectedSheets.Delete
How can i hace it delete the seleted sheet, not always 'Sheet 1 (2)'?