Hi Gang,
I have a template that generates its own toolbar on the fly, and cleans up when the workbook closes. To do so, I have a CommandBars("SuchAndSuch").Delete in the Workbook_BeforeClose event.
However, if the user accidentally closes the workbook and gets prompted about saving before they quit, they can cancel the accidental Close. By then, the toolbar is gone. What event can I monitor to re-generate the toolbar in such a situation?
Thanks!



