L
Laura
Does anyone have a fool proof method for stabilizing custom menus (on the
menu bar) in Word?
I have a menu in a global template that should always show, as well as
document templates that each contain a menu I want to appear only when
someone is in a document created from that template.
The problem SEEMS to stem from OTHER people's software -- the menus will be
there but then they disappear, or multiple copies appear or the menu is
suddenly empty or has the name for one menu with choices for another menu on
it.
Note: Custom TOOLBARS seem stable, it is just the MENU that is problematic.
I have been fighting this for years and have done a lot of research but so
far everything I try has a hiccup at some point. The programming is all VBA
in Word .dot templates.
So far I have tried:
- Using tools, customize to create the menus w/in the appropriate templates
-- works great on my computer, but menus disappear/duplicate constantly on
about 80% of my clients.
- Programmatically creating the menus -- this is good for the global
template menu -- at first -- but somewhere through the day it gets trashed.
I can't get the template specific menus to behave. They constantly disappear.
- Write an event handler to delete and then recreate all menus and display
as (Tried with the "Document change" or "WIndow Activate" event for the Word
application) -- this seemed to work at first but suddenly the problems
returned. I did not want to just "show" the menus per the event handler
because they would suddenly have the wrong buttons or be empty part way
through the day. (Maybe I am not writing it right.)
Has anyone else had this struggle? It happens to me so much I am surprised
I can't find more postings about it. PLEASE HELP!!!!! Thanks so much.
menu bar) in Word?
I have a menu in a global template that should always show, as well as
document templates that each contain a menu I want to appear only when
someone is in a document created from that template.
The problem SEEMS to stem from OTHER people's software -- the menus will be
there but then they disappear, or multiple copies appear or the menu is
suddenly empty or has the name for one menu with choices for another menu on
it.
Note: Custom TOOLBARS seem stable, it is just the MENU that is problematic.
I have been fighting this for years and have done a lot of research but so
far everything I try has a hiccup at some point. The programming is all VBA
in Word .dot templates.
So far I have tried:
- Using tools, customize to create the menus w/in the appropriate templates
-- works great on my computer, but menus disappear/duplicate constantly on
about 80% of my clients.
- Programmatically creating the menus -- this is good for the global
template menu -- at first -- but somewhere through the day it gets trashed.
I can't get the template specific menus to behave. They constantly disappear.
- Write an event handler to delete and then recreate all menus and display
as (Tried with the "Document change" or "WIndow Activate" event for the Word
application) -- this seemed to work at first but suddenly the problems
returned. I did not want to just "show" the menus per the event handler
because they would suddenly have the wrong buttons or be empty part way
through the day. (Maybe I am not writing it right.)
Has anyone else had this struggle? It happens to me so much I am surprised
I can't find more postings about it. PLEASE HELP!!!!! Thanks so much.