Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom Ulincy wrote:
If I email the file the user gets a Run Time Error message when opening the workbook. The way to use custom toolbars is: a) attach the toolbar to your workbook (View / Toolbars / Customize / Attach) b) in your workbook's BeforeClose procedure (in ThisWorkbook module), delete the toolbar from the user's customisation Private Sub Workbook_BeforeClose(Cancel As Boolean) On Error Resume Next Application.Commandbars("MyBar").Delete End Sub Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - reply in newsgroup |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom toolbar | Excel Discussion (Misc queries) | |||
Custom VBA toolbar | Excel Discussion (Misc queries) | |||
Custom Toolbar | Excel Discussion (Misc queries) | |||
Custom Toolbar | Excel Discussion (Misc queries) | |||
saving toolbar buttons on custom toolbar | Excel Programming |