Ooops,
> And use the workbook close event to delete it.
should be
And use the workbook close event to HIDE it.
Sorry,
HTH,
Bernie
MS Excel MVP
"Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
news:(E-Mail Removed)...
> Try attaching it to the workbook, and use the workbook open event to show it:
>
> Application.CommandBars("Test").Visible = True
>
> And use the workbook close event to delete it.
>
> Application.CommandBars("Test").Visible = False
>
> (Or delete it - it should stay attached to the workbook)
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>> Say I already have a commandbar for which I have created macro calls
>> and buttons with faces. Is there a way to store and nab this toolbar
>> and create (install) it instead of having to create the macro calls and
>> faces everytime? Thanks
>>
>
>
|