P
Paul Bishop
Some of my VBA code is triggered by a button on the toolbar. The user is
expected to create a new document from a template that includes the button.
The trouble is, the button does not become visible until the user switches to
another document and back, which presumably repaints the toolbar. Is it
possible to avoid requiring this workaround by the user? How can I
explicitly refresh the toolbar so as to make the button appear?
expected to create a new document from a template that includes the button.
The trouble is, the button does not become visible until the user switches to
another document and back, which presumably repaints the toolbar. Is it
possible to avoid requiring this workaround by the user? How can I
explicitly refresh the toolbar so as to make the button appear?