LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Select pull down menu

I have a workbook that has something like 20 sheets so i've created
pull down menu from the menu bar that will display and hide sheet
according to how i've grouped them. Displaying the sheets works fine
The thing that I don't know how to do is to hide the sheets. I woul
like the user to be able to view multiple groups of sheets at a time
Ideally, I would like my pull down menu to be like the one under Vie
where there is a checkbox for Formula Bar and Status Bar. below is m
code for the pull down menu

With newMenu
.Caption = "Bars2004"
Set ctrlButton = .Controls.Add(Type:=msoControlButton
ID:=1)
With ctrlButton
.Caption = "bla"
.Style = msoButtonCaption
.OnAction = "viewDS"
End With
Set ctrlButton = .Controls.Add(Type:=msoControlButton
ID:=1)
With ctrlButton
.Caption = "blabla"
.Style = msoButtonCaption
.OnAction = "viewEG"
End With
Set ctrlButton = .Controls.Add(Type:=msoControlButton
ID:=1)
With ctrlButton
.Caption = "blablabla"
.Style = msoButtonCaption
.OnAction = "viewAK"
End With
End Wit

--
Message posted from http://www.ExcelForum.com

 
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
Macro to select cells without a certain value and select a menu it Guy[_2_] Excel Worksheet Functions 9 January 2nd 09 05:21 PM
use pull down menu to select a picture Skonnoth New Users to Excel 1 August 1st 05 06:45 AM
Pull Down Menu Bar JB in Kansas Excel Discussion (Misc queries) 2 May 30th 05 02:20 PM
use pull down menu to select a picture Skonnoth New Users to Excel 1 May 3rd 05 12:38 PM
pull down menu ben Excel Programming 3 February 2nd 04 08:12 PM


All times are GMT +1. The time now is 06:06 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"