Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
DKS DKS is offline
external usenet poster
 
Posts: 103
Default Making a custom toolbar available to others

Hi,

I have created a custom toolbar in one of my .xls workbooks. I notice that
without my doing anything special (thus by default) the same toolbar is
available to me in every workbook that I open, or even if I create a new
workbook. That is excellent.

I wanted to make the same toolbar available to my colleagues. What must I
do in order for them to get this toolbar?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Making a custom toolbar available to others

hi
the most common practice is to record a macro that creates the custom tool
bar.
the file containing the macro could then be saved to a removable disc and
the disc transfered from pc to pc.
another common practice it when a custom tool bar is created for a special
file only.
code is added to create the tool bar at file open, then delete the tool bar
at file close.

regards
FSt1

"DKS" wrote:

Hi,

I have created a custom toolbar in one of my .xls workbooks. I notice that
without my doing anything special (thus by default) the same toolbar is
available to me in every workbook that I open, or even if I create a new
workbook. That is excellent.

I wanted to make the same toolbar available to my colleagues. What must I
do in order for them to get this toolbar?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Making a custom toolbar available to others

Does the toolbar refer to any custom macros or simply built-in Excel
commands? If yes to macros, then you'll need to include that in your macro:

with Application.CommandBars("MyCommandbar").Control("M yControl)
.OnAction = "MyMacro"
end with

You'll also have to include a copy of those macros to the other users. This
is usually done by creating an add-in. I'll stop here in case you don't have
this need.

Matthew Pfluger

"DKS" wrote:

Hi,

I have created a custom toolbar in one of my .xls workbooks. I notice that
without my doing anything special (thus by default) the same toolbar is
available to me in every workbook that I open, or even if I create a new
workbook. That is excellent.

I wanted to make the same toolbar available to my colleagues. What must I
do in order for them to get this toolbar?

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
adding custom images to a button on custom toolbar Mousam Excel Programming 1 July 13th 07 04:28 PM
Custom face for custom toolbar item Allen_N Excel Programming 2 January 9th 07 02:04 PM
VBA - Disappearing custom menu and custom toolbar Peter[_50_] Excel Programming 2 December 2nd 04 06:09 PM
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! Kevin Waite Excel Programming 2 March 3rd 04 03:31 PM
saving toolbar buttons on custom toolbar Paul James Excel Programming 12 August 6th 03 08:28 AM


All times are GMT +1. The time now is 04:26 PM.

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

About Us

"It's about Microsoft Excel"