Using Macro, want to group all Worksheets, but Sheet1,How?

D

Dandelo

I want to use the code name to reference Sheet1, the Sheet is named something
else and the name will continue to change.

Also, the first line keeps failing with ,<type mismatch>:

Sheets(Sheet1).Select
 
Top