![]() |
USE KEYBOARD TO SELECT ALL SHEETS
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. |
USE KEYBOARD TO SELECT ALL SHEETS
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. |
USE KEYBOARD TO SELECT ALL SHEETS
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. |
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 |
USE KEYBOARD TO SELECT ALL SHEETS
CTRL + Pageup until you get to first sheet.
CTRL + SHIFT + PageDown until all are selected. If you hold all three keys down continuously you will quickly get to sheet91 Gord Dibben MS Excel MVP On Tue, 22 Aug 2006 09:56:02 -0700, enos newt gribble <enos newt 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. |
All times are GMT +1. The time now is 02:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com