Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
slow hand
 
Posts: n/a
Default SHORT CUT KEY(S) TO SHOW OR HIDE SEETS IN EXCEL

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

How about a button that you can just click--not traverse through menus?

If yes,

Tools|customize (just to see that menu)
click on Format, then Sheet
ctrl-click on the Hide icon and drag to a nice position on a toolbar.



slow hand wrote:

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.


--

Dave Peterson
  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

ALT + o,h,h to hide the active sheet.

ALT + o,h,u and select the sheet to unhide.

Or using a macro assigned to a short key combo........

Sub SheetHide()
ActiveWindow.SelectedSheets.Visible = False
End Sub

To unhide all hidden sheets..........

Sub Show_Sheets()
Dim i As Integer
For i = 1 To ActiveWorkbook.Worksheets.Count
ActiveWorkbook.Worksheets(i).Visible = True
Next i
End Sub


Gord Dibben Excel MVP

On Tue, 13 Sep 2005 09:45:07 -0700, slow hand <slow
wrote:

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.


  #4   Report Post  
slow hand
 
Posts: n/a
Default

Did not work, did what you said now i do not have the hide or show icons on
my format menu or on my toolbar, how can i get them back

slow hand

"Dave Peterson" wrote:

How about a button that you can just click--not traverse through menus?

If yes,

Tools|customize (just to see that menu)
click on Format, then Sheet
ctrl-click on the Hide icon and drag to a nice position on a toolbar.



slow hand wrote:

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.


--

Dave Peterson

  #5   Report Post  
slow hand
 
Posts: n/a
Default

Hi dave got it to work, and got icons back, I was not pushing ctrl the first
time thanks man! works great..
slow hand....

"Dave Peterson" wrote:

How about a button that you can just click--not traverse through menus?

If yes,

Tools|customize (just to see that menu)
click on Format, then Sheet
ctrl-click on the Hide icon and drag to a nice position on a toolbar.



slow hand wrote:

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.


--

Dave Peterson



  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just in case you break it while playing...

Tools|Customize|toolbars tab
select worksheet menu bar
click reset

(You'll lose any changes to that toolbar, though.)

(Or ctrl-click and drag it back to its previous location.)



slow hand wrote:

Hi dave got it to work, and got icons back, I was not pushing ctrl the first
time thanks man! works great..
slow hand....

"Dave Peterson" wrote:

How about a button that you can just click--not traverse through menus?

If yes,

Tools|customize (just to see that menu)
click on Format, then Sheet
ctrl-click on the Hide icon and drag to a nice position on a toolbar.



slow hand wrote:

I want to create a short cut key(s) to be able to show or hide sheets I have
in a work book, it is on the format menu on tile bar but want to make it
quicker.


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Show colour on screen in Excel as printed in Excel Jim POLL Setting up and Configuration of Excel 4 August 24th 05 02:16 AM
How to fix keys t s h c v non-responsive only in Excel? bareedy Excel Discussion (Misc queries) 1 July 8th 05 05:50 PM
Excel 2002 "Protect Sheet", but allow "Hide Columns"? VP Safe Excel Worksheet Functions 2 July 5th 05 07:13 PM
hide column but show chart Svetlana Charts and Charting in Excel 1 January 14th 05 09:49 AM
cut & paste with short cut keys (ctrl C V) with absolute cell refe Modeller Dave Excel Discussion (Misc queries) 1 December 7th 04 11:14 PM


All times are GMT +1. The time now is 11:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"