E
Ed
Something that happened that prevents me from creating a temporary toolbar:
I use the following code:
Set mybar = CommandBars.Add(Name:="Custom1", Position:=msoBarFloating, _
Temporary:=True)
I get the error msg Method "Add" of object 'CommandBars' failed.
I have even tried to add a toolbar manually, but it doesn't appear on the
screen or in the toolbar list.
Weird. I have restarted Word to no avail. Any suggestions?
Thanks, as always.
Ed
I use the following code:
Set mybar = CommandBars.Add(Name:="Custom1", Position:=msoBarFloating, _
Temporary:=True)
I get the error msg Method "Add" of object 'CommandBars' failed.
I have even tried to add a toolbar manually, but it doesn't appear on the
screen or in the toolbar list.
Weird. I have restarted Word to no avail. Any suggestions?
Thanks, as always.
Ed