Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default macro to unhide a sheet

I've found a great macro on this forum to unhide a hidden sheet:

Sub Button12_Click()
Sheets("C H M").Visible = True
Sheets("C H M").Activate
End Sub

My concern is I will have to paste this button on a large and constantly
growing number of sheets that our clerks will use. Is there a way I could
add this command to the actual menu at the top of the screen so it can always
be in one spot for the clerk and not a button pasted on hundreds of sheets?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default macro to unhide a sheet

You can save your workbook with the macros as an addin (*.xla). The provide the
user someway of running those macros.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

And if you use xl2007:

If you want to learn about modifying the ribbon, you can start at Ron de Bruin's
site:
http://www.rondebruin.nl/ribbon.htm
http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an
addin)
or
http://www.rondebruin.nl/2007addin.htm

In xl2007, those toolbars and menu modifications will show up under the addins.


Bill_S wrote:

I've found a great macro on this forum to unhide a hidden sheet:

Sub Button12_Click()
Sheets("C H M").Visible = True
Sheets("C H M").Activate
End Sub

My concern is I will have to paste this button on a large and constantly
growing number of sheets that our clerks will use. Is there a way I could
add this command to the actual menu at the top of the screen so it can always
be in one spot for the clerk and not a button pasted on hundreds of sheets?


--

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
Hide/Unhide after protect sheet RKS Excel Discussion (Misc queries) 0 March 21st 08 06:03 AM
How to hide/unhide a sheet? Arup C[_2_] Excel Discussion (Misc queries) 1 October 23rd 07 12:16 PM
HELP!! Unhide Sheet with Macro and focus on other sheet [email protected] Excel Discussion (Misc queries) 2 May 23rd 06 07:17 PM
Can't see sheet, and have tried unhide, etc? Anna Excel Worksheet Functions 2 April 4th 06 05:27 PM
Can't get back to Sheet 1. Seems to be lost. Tried unhide, does n jeanmcl Excel Worksheet Functions 1 July 6th 05 03:58 AM


All times are GMT +1. The time now is 02:35 PM.

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"