W
Wraithchilde
I hope this is a double post. The forum burped right in the middile of my
first attempt and I waited way more than 5 minutes to see if it showed up.
Anyway...
Here is the problem. I have, for example, Document1 which has Toolbar1.
Somewhere down the line it opens Document2 (or 3 or 4 etc) which has
Toolbar2. If I make any reference to Toolbar1 I get an invalid procedure call
error. This happens whether or not I use Application.CommandBars("Toolbar1")
instead of ActiveDocument.CommandBars("Toolbar1"). You would think there
would be a difference. I'm hoping that adding all the toolbars to all the
documents isn't the only solution.
first attempt and I waited way more than 5 minutes to see if it showed up.
Anyway...
Here is the problem. I have, for example, Document1 which has Toolbar1.
Somewhere down the line it opens Document2 (or 3 or 4 etc) which has
Toolbar2. If I make any reference to Toolbar1 I get an invalid procedure call
error. This happens whether or not I use Application.CommandBars("Toolbar1")
instead of ActiveDocument.CommandBars("Toolbar1"). You would think there
would be a difference. I'm hoping that adding all the toolbars to all the
documents isn't the only solution.