#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Toolbars

I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Toolbars

Jacob,

Personal.xls is not best if you want to share it, that is best done by way
of an addin.

The way I do it is to dynamically build the toolbar in the Workbook_Open
event, and remove it in the Workbook_Close event. An addin will be opened
each time Excel starts, so it will always be available as long as the addin
is installed.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Jacob" wrote in message
...
I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Toolbars

Jacob,

Examples of commandbars on my website.
Note the use of Temporary, which is the way you want to go if you're using
Add-In Open/Close events.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Jacob" wrote in message
...
I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Toolbars

IMO temporary should be used for all custom commandbars, addin or not, that
are created on open.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Rob van Gelder" wrote in message
...
Jacob,

Examples of commandbars on my website.
Note the use of Temporary, which is the way you want to go if you're using
Add-In Open/Close events.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Jacob" wrote in message
...
I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Toolbars

That's my opinion too.. Workbook_Open / _Close and Temporary for all.

Quick question: do the controls need to be Temporary if it's commandbar is
already?

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Bob Phillips" wrote in message
...
IMO temporary should be used for all custom commandbars, addin or not,

that
are created on open.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Rob van Gelder" wrote in message
...
Jacob,

Examples of commandbars on my website.
Note the use of Temporary, which is the way you want to go if you're

using
Add-In Open/Close events.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Jacob" wrote in message
...
I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob









  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Toolbars

Rob,

I don't think so. I never set them so, on the basis that as they are part of
the commandbar, they cannot exist in splendid isolation. I have always
worked upon the basis that you only make a control temporary if the
commandbar stays, but that particular control won't. I have only ever done
this once.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Rob van Gelder" wrote in message
...
That's my opinion too.. Workbook_Open / _Close and Temporary for all.

Quick question: do the controls need to be Temporary if it's commandbar is
already?

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Bob Phillips" wrote in message
...
IMO temporary should be used for all custom commandbars, addin or not,

that
are created on open.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Rob van Gelder" wrote in

message
...
Jacob,

Examples of commandbars on my website.
Note the use of Temporary, which is the way you want to go if you're

using
Add-In Open/Close events.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Jacob" wrote in message
...
I created a custom toolbar in excel and now I want to
share it with other users. I want this toolbar to open by
default everytime excel opens. Any ideas?

I've researched this and have been playing with using
personal.xls and know that the toolbars are stored in the
excel.xlb.

Thanks,
Jacob








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
toolbars robert Excel Discussion (Misc queries) 3 December 13th 05 04:03 PM
toolbars markg Excel Discussion (Misc queries) 1 March 14th 05 05:49 PM
toolbars markg Excel Discussion (Misc queries) 1 February 25th 05 01:25 AM
toolbars George Setting up and Configuration of Excel 2 February 8th 05 04:27 AM
Toolbars Adrian[_2_] Excel Programming 3 July 19th 03 01:55 AM


All times are GMT +1. The time now is 12:15 AM.

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"