Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I didn't try PO's suggestion because I'm lazy but it looks good too!
Thanks to both! Not to me. -- Regards, Tom Ogilvy "Johnny Bright" wrote in message ... For some reason Excel wanted this to be within a With.. statement, but it worked. Thanks! I didn't try PO's suggestion because I'm lazy but it looks good too! Thanks to both! John "Tom Ogilvy" wrote: cbbGenerateReports.Delete -- Regards, Tom Ogilvy "Johnny Bright" wrote in message ... Hi there. I have a public variable called cbbGenerateReports as commandBarButton. I then run the following code which puts the button on the toolbar very nicely but I want to delete the button on close since everytime I open this workbook, it adds the button again such that I end up with the same button there several times! Private Sub Workbook_Open() Set cbbGenerateReports = _ Application.CommandBars("Tools").Controls.Add(msoC ontrolButton) End Sub I tried this but it didn't work on the BeforeClose event of the workbook. Set cbbGenerateReports = _ Application.CommandBars("Tools").Controls.Item.Del ete(msoControlButton) Any ideas? Thanks! -- www.brightfuture.ca/bright My email address can be found on my site. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting a Command Button | Excel Discussion (Misc queries) | |||
Deleting a Command Button from my Spreadsheet | Excel Discussion (Misc queries) | |||
Deleting Command Button | Excel Programming | |||
Automation Error when deleting command bar button | Excel Programming | |||
Deleting new control button on auto_close?? | Excel Programming |