Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default menumaker.xls

I use a variation of the Walkenbach menumaker menu system on many of my
workbooks. The problem is when two or more of these types of workbooks are
open. If one is then closed, the menu is removed and you have to go click a
button to add the menu back. Rather than click the button on each menu sheet
for a respective workbook, I would rather have a toolbar icon to click that
would add the menu back that was specific to the active workbook in this
case.

How can I set this up?

Thanks,


Bruce


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default menumaker.xls

As an alternative, I'd suggest you create the menu for each workbook
using the Workbook_Activate event, then restore the menu using the
Workbook_Deactivate event.

That way you'll always have only the menu items you need for the active
workbook.


In article ,
"Bruce Roberson" wrote:

I use a variation of the Walkenbach menumaker menu system on many of my
workbooks. The problem is when two or more of these types of workbooks are
open. If one is then closed, the menu is removed and you have to go click a
button to add the menu back. Rather than click the button on each menu sheet
for a respective workbook, I would rather have a toolbar icon to click that
would add the menu back that was specific to the active workbook in this
case.

How can I set this up?

Thanks,


Bruce


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default menumaker.xls

Bruce,

Why not put it in an addin?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Bruce Roberson" wrote in message
...
I use a variation of the Walkenbach menumaker menu system on many of my
workbooks. The problem is when two or more of these types of workbooks are
open. If one is then closed, the menu is removed and you have to go click

a
button to add the menu back. Rather than click the button on each menu

sheet
for a respective workbook, I would rather have a toolbar icon to click

that
would add the menu back that was specific to the active workbook in this
case.

How can I set this up?

Thanks,


Bruce




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default menumaker.xls

Hey Bob:

Of course I've never done an addi-in, but if I did, wouldn't the menu
choices have to be the same for each workbook I used the add-in with?

Bruce
"Bob Phillips" wrote in message
. ..
Bruce,

Why not put it in an addin?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Bruce Roberson" wrote in message
...
I use a variation of the Walkenbach menumaker menu system on many of my
workbooks. The problem is when two or more of these types of workbooks

are
open. If one is then closed, the menu is removed and you have to go

click
a
button to add the menu back. Rather than click the button on each menu

sheet
for a respective workbook, I would rather have a toolbar icon to click

that
would add the menu back that was specific to the active workbook in this
case.

How can I set this up?

Thanks,


Bruce






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default menumaker.xls

Excellent idea!!! I didn't know about that possibility, but I tested it and
it works... Thank you very very much.

Bruce
"JE McGimpsey" wrote in message
...
As an alternative, I'd suggest you create the menu for each workbook
using the Workbook_Activate event, then restore the menu using the
Workbook_Deactivate event.

That way you'll always have only the menu items you need for the active
workbook.


In article ,
"Bruce Roberson" wrote:

I use a variation of the Walkenbach menumaker menu system on many of my
workbooks. The problem is when two or more of these types of workbooks

are
open. If one is then closed, the menu is removed and you have to go

click a
button to add the menu back. Rather than click the button on each menu

sheet
for a respective workbook, I would rather have a toolbar icon to click

that
would add the menu back that was specific to the active workbook in this
case.

How can I set this up?

Thanks,


Bruce






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default menumaker.xls

Bruce,

Well they don't have to be the same, but as any of them could delete the
menu I must admit that I had assumed they all were the same. If they are
not, then I don't understand why you have a problem as each workbook would
have it's own menu would it not, so each workbook would only remove its
own.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Bruce Roberson" wrote in message
...
Hey Bob:

Of course I've never done an addi-in, but if I did, wouldn't the menu
choices have to be the same for each workbook I used the add-in with?

Bruce
"Bob Phillips" wrote in message
. ..
Bruce,

Why not put it in an addin?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Bruce Roberson" wrote in message
...
I use a variation of the Walkenbach menumaker menu system on many of

my
workbooks. The problem is when two or more of these types of workbooks

are
open. If one is then closed, the menu is removed and you have to go

click
a
button to add the menu back. Rather than click the button on each menu

sheet
for a respective workbook, I would rather have a toolbar icon to click

that
would add the menu back that was specific to the active workbook in

this
case.

How can I set this up?

Thanks,


Bruce








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
Menumaker.xls Create Macro on User Toolbar Bruce Roberson[_5_] Excel Programming 0 February 13th 04 05:55 PM


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

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

About Us

"It's about Microsoft Excel"