dynamic toolbar
Why not just disable it and have your button that prepares the sheet enable
it as the last act.
--
Regards,
Tom Ogilvy
"Papa Jonah" wrote in message
...
I have a excel file that has an application open code in THISWORKBOOK.
This
creates and populates a toolbar. However, I would like to be able to add
a
(Pareto) button as part of the code that is triggered when one of the
original buttons on the bar is pressed. The way it is now, all pertinant
buttons are on the toolbar.
The reason I want to change it is because, while doing testing with a
coworker, he pressed the pareto button before the data in the sheet was
ready. One of the other buttons readies the input data for the pareto
button.
To attempt to restate this, one of the buttons that is currently created
upon open, I want not to be visible until certain other macros are run.
Is it possible to go back and recreate an application event after it has
run?
|