ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   USE KEYBOARD TO SELECT ALL SHEETS (https://www.excelbanter.com/excel-worksheet-functions/106480-use-keyboard-select-all-sheets.html)

enos newt gribble

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.

Die_Another_Day

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.



Duke Carey

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.




enos newt gribble

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


Gord Dibben

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