Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using Excel 2000 and I've created a macros, custom memu and a custom
toolbar. These work OK but when I send the file to another user the macros are included but the toolbar and menu isn't. Can you suggest a way to do this? Many thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
paste the following in workbook open event
================================================== Private Sub Workbook_Open() Application.CommandBars.Add(name:="Custom 1").Visible = True Application.CommandBars("Custom 1").Controls.Add Type:=msoControlButton, id _ :=2950, Befo=1 End Sub ================================================== change appropriate values in the above code. *** Please do rate *** "Maturin" wrote: I'm using Excel 2000 and I've created a macros, custom memu and a custom toolbar. These work OK but when I send the file to another user the macros are included but the toolbar and menu isn't. Can you suggest a way to do this? Many thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Maturin, I have a similar probelm in Excel 2003. 'Attaching' the
toolbar to the spreadsheet improved things but has not proved a complete solution but it might work for you. Right click the toolbar, customise, attach. Richard "Maturin" wrote: I'm using Excel 2000 and I've created a macros, custom memu and a custom toolbar. These work OK but when I send the file to another user the macros are included but the toolbar and menu isn't. Can you suggest a way to do this? Many thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Custom menus is missing! | Excel Discussion (Misc queries) | |||
Please Help Me with Custom menus | Excel Worksheet Functions | |||
Theres no toolbars, no drop-down menus when I open Excel | Setting up and Configuration of Excel | |||
Missing menus and toolbars | Excel Discussion (Misc queries) | |||
menus and toolbars disappearing in excel 2003 | Excel Discussion (Misc queries) |