E
Ed
I am doing a lot of document comparison, where I have two docs open at the
same time, with widows arranged horizontally. To get more room, I run a
macro to hide all the toolbars except the Menu Bar. The macro also adds a
new menu and command to the Menu Bar to run a macro to bring the toolbars
back; this also deletes the new menu.
I just noticed that when I run the "Hide" macro, the toolbars for that
window only are hidden, but the new menu is added to the Menu Bar in both
windows. Running the macro twice gives me two new menus, but it must be run
twice because it only hides the toolbars in one window, not both.
Is this normal behavior? Or should I look for a problem with my code?
Ed
same time, with widows arranged horizontally. To get more room, I run a
macro to hide all the toolbars except the Menu Bar. The macro also adds a
new menu and command to the Menu Bar to run a macro to bring the toolbars
back; this also deletes the new menu.
I just noticed that when I run the "Hide" macro, the toolbars for that
window only are hidden, but the new menu is added to the Menu Bar in both
windows. Running the macro twice gives me two new menus, but it must be run
twice because it only hides the toolbars in one window, not both.
Is this normal behavior? Or should I look for a problem with my code?
Ed