ActiveWorkbook.Sheets.Select
I'm trying to select all sheets in my workbook. In the past, I've always
used ActiveWorkbook.Sheets.Select. For some reason, this time I'm getting
"Run-time error '1004'". I've never seen this in the past.
Any other ways to select all sheets? Anyone have an idea why it would work
in other workbooks, but not this one?
|