J
John
Hi,
I have a template which we have been using for some time without problems.
It has two custom toolbars. Recently when the document has been re-opened,
the custom toolbars are not visible. They can be made visible by right
clicking on the toolbar area and selecting the two toolbars. But I would
like them to appear at all times.
I have tried adding the following code to the AutoOpen module without
success.
CommandBars("StdLetter").Visible = True
CommandBars("Status").Visible = True
Any suggestions?
Thanks,
John
I have a template which we have been using for some time without problems.
It has two custom toolbars. Recently when the document has been re-opened,
the custom toolbars are not visible. They can be made visible by right
clicking on the toolbar area and selecting the two toolbars. But I would
like them to appear at all times.
I have tried adding the following code to the AutoOpen module without
success.
CommandBars("StdLetter").Visible = True
CommandBars("Status").Visible = True
Any suggestions?
Thanks,
John