Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anthony
 
Posts: n/a
Default Add list to newly created menu

Easy I'm sure, but for a novice - I can't do it

I can add a new 'menu' to my toolbar in my worksheet using
Tools-Customize-Commands and drag/drop new menu button, but how do I add a
list to it so that the user can chose a subject from that 'menu' and a
seperate worksheet is then opened for that chosen subject

plain English please !!

Many thanks

  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Anthony

After you get the "New Menu" on the Toolbar, scroll up to "Macros" Command in
same dialog box and select it.

Drag "Custom Menu Item" up to the New Menu. An empty gray box will appear
attached to the lower left corner of New Menu.

Drop the Custom Menu Item onto that gray box.

Give it a name you like by right-click and type in a name where it says
"Name".

Do this as many times as you want.

You will then have to assign a macro to that/those item(s) to run code for
opening the separate worksheet(s).


Gord Dibben Excel MVP


On Thu, 24 Feb 2005 13:31:12 -0800, "Anthony"
wrote:

Easy I'm sure, but for a novice - I can't do it

I can add a new 'menu' to my toolbar in my worksheet using
Tools-Customize-Commands and drag/drop new menu button, but how do I add a
list to it so that the user can chose a subject from that 'menu' and a
seperate worksheet is then opened for that chosen subject

plain English please !!

Many thanks


  #3   Report Post  
Anthony
 
Posts: n/a
Default

Gord,
Thanks so much, thats fantastic - told you it was easy when you know how.

I may come back if I have another question related to this, but for now
thanks again

Regds

Anthony

"Gord Dibben" wrote:

Anthony

After you get the "New Menu" on the Toolbar, scroll up to "Macros" Command in
same dialog box and select it.

Drag "Custom Menu Item" up to the New Menu. An empty gray box will appear
attached to the lower left corner of New Menu.

Drop the Custom Menu Item onto that gray box.

Give it a name you like by right-click and type in a name where it says
"Name".

Do this as many times as you want.

You will then have to assign a macro to that/those item(s) to run code for
opening the separate worksheet(s).


Gord Dibben Excel MVP


On Thu, 24 Feb 2005 13:31:12 -0800, "Anthony"
wrote:

Easy I'm sure, but for a novice - I can't do it

I can add a new 'menu' to my toolbar in my worksheet using
Tools-Customize-Commands and drag/drop new menu button, but how do I add a
list to it so that the user can chose a subject from that 'menu' and a
seperate worksheet is then opened for that chosen subject

plain English please !!

Many thanks



  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Anthony

If you're still watching......if not, maybe someone else will benefit.

Just a caveat here.........

The customizations are saved in a file named *.xlb with the * being your
version of Excel

i.e. Excel10.xlb or Excel11.xlb

Too many customizations will tend to bloat this *.xlb file and can cause
problems with Excel.

Best to keep customizations to a minimum.

Building menus and toolbars "on the fly" is the way to go if need a lot of
customizing.

Code in the workbook will build the menus and toolbars when it opens and
deletes them when it closes.

A good example of this and a customizable workbook can be downloaded from John
Walkenbach's site

http://www.j-walk.com/ss/excel/tips/tip53.htm

Gord

On Thu, 24 Feb 2005 16:17:02 -0800, "Anthony"
wrote:

Gord,
Thanks so much, thats fantastic - told you it was easy when you know how.

I may come back if I have another question related to this, but for now
thanks again

Regds

Anthony

"Gord Dibben" wrote:

Anthony

After you get the "New Menu" on the Toolbar, scroll up to "Macros" Command in
same dialog box and select it.

Drag "Custom Menu Item" up to the New Menu. An empty gray box will appear
attached to the lower left corner of New Menu.

Drop the Custom Menu Item onto that gray box.

Give it a name you like by right-click and type in a name where it says
"Name".

Do this as many times as you want.

You will then have to assign a macro to that/those item(s) to run code for
opening the separate worksheet(s).


Gord Dibben Excel MVP


On Thu, 24 Feb 2005 13:31:12 -0800, "Anthony"
wrote:

Easy I'm sure, but for a novice - I can't do it

I can add a new 'menu' to my toolbar in my worksheet using
Tools-Customize-Commands and drag/drop new menu button, but how do I add a
list to it so that the user can chose a subject from that 'menu' and a
seperate worksheet is then opened for that chosen subject

plain English please !!

Many thanks




  #5   Report Post  
Anthony
 
Posts: n/a
Default

Gord,
Thanks for that info , will give it a go.
Can you possibly help with my latest question??
see 'Add a Message Box' in the Excel Worksheet Functions pages
thanks again
"Gord Dibben" wrote:

Anthony

If you're still watching......if not, maybe someone else will benefit.

Just a caveat here.........

The customizations are saved in a file named *.xlb with the * being your
version of Excel

i.e. Excel10.xlb or Excel11.xlb

Too many customizations will tend to bloat this *.xlb file and can cause
problems with Excel.

Best to keep customizations to a minimum.

Building menus and toolbars "on the fly" is the way to go if need a lot of
customizing.

Code in the workbook will build the menus and toolbars when it opens and
deletes them when it closes.

A good example of this and a customizable workbook can be downloaded from John
Walkenbach's site

http://www.j-walk.com/ss/excel/tips/tip53.htm

Gord

On Thu, 24 Feb 2005 16:17:02 -0800, "Anthony"
wrote:

Gord,
Thanks so much, thats fantastic - told you it was easy when you know how.

I may come back if I have another question related to this, but for now
thanks again

Regds

Anthony

"Gord Dibben" wrote:

Anthony

After you get the "New Menu" on the Toolbar, scroll up to "Macros" Command in
same dialog box and select it.

Drag "Custom Menu Item" up to the New Menu. An empty gray box will appear
attached to the lower left corner of New Menu.

Drop the Custom Menu Item onto that gray box.

Give it a name you like by right-click and type in a name where it says
"Name".

Do this as many times as you want.

You will then have to assign a macro to that/those item(s) to run code for
opening the separate worksheet(s).


Gord Dibben Excel MVP


On Thu, 24 Feb 2005 13:31:12 -0800, "Anthony"
wrote:

Easy I'm sure, but for a novice - I can't do it

I can add a new 'menu' to my toolbar in my worksheet using
Tools-Customize-Commands and drag/drop new menu button, but how do I add a
list to it so that the user can chose a subject from that 'menu' and a
seperate worksheet is then opened for that chosen subject

plain English please !!

Many thanks




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
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM
How do I remove a "List" once I've created it in 2003 Joyce Excel Discussion (Misc queries) 1 January 29th 05 06:05 PM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
How do I set up a drop down menu for a validation list? UisNike Excel Worksheet Functions 2 December 29th 04 07:13 PM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


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