View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
enos newt gribble enos newt gribble is offline
external usenet poster
 
Posts: 1
Default USE KEYBOARD TO SELECT ALL SHEETS



"Duke Carey" wrote:

Faster to just use

activeworkbook.Worksheets.Select


"Die_Another_Day" wrote:

In the macro use the Sheet Indexes to select:
Sheets(1) 'First Sheet
Sheets(Sheets.Count) 'Last Sheet

Charles

enos newt gribble wrote:
How can I use the key board to select all sheets. I have about 91 sheets
renamed and can't get MACRO to work well. I do change sheet names frequently
and don't want to edit a macro every time I do.


Worked Perfectly! Thanks