D
Dan
I have a Workbook with 20 individual sheets. Each Sheet
has two Buttons. One is a clear the other is a Clear all
Sheets. The Clear All basicly selects all the sheets and
runs the clear button.
Sheets (Array("sheet 1", sheet 2", etc, "Sheet 20")).Select
what I want to do to reduce code and file size is
something like:
Sheets(Array("Tech 1:Tech 25")).Select
but I can't get that to work. Suggestions??
has two Buttons. One is a clear the other is a Clear all
Sheets. The Clear All basicly selects all the sheets and
runs the clear button.
Sheets (Array("sheet 1", sheet 2", etc, "Sheet 20")).Select
what I want to do to reduce code and file size is
something like:
Sheets(Array("Tech 1:Tech 25")).Select
but I can't get that to work. Suggestions??