Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I share custom Toolbars and Menus

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default How can I share custom Toolbars and Menus

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How can I share custom Toolbars and Menus

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 - Custom menus is missing! Søren Thade Petersen Excel Discussion (Misc queries) 3 July 11th 06 01:59 AM
Please Help Me with Custom menus Mr BT Excel Worksheet Functions 7 July 4th 06 05:15 PM
Theres no toolbars, no drop-down menus when I open Excel UA Setting up and Configuration of Excel 2 June 12th 06 12:25 PM
Missing menus and toolbars Graham Haughs Excel Discussion (Misc queries) 1 December 23rd 05 07:53 PM
menus and toolbars disappearing in excel 2003 Sam Excel Discussion (Misc queries) 1 July 5th 05 03:55 AM


All times are GMT +1. The time now is 02:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"