Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Creating a toolbar

Hi folks,

I am building a toolbar to be used by staff in my office to automate certain
Excel functions.

I am looking to build a sheet which I will send to the staff, which they
will open once and this will load the toolbar into their Excel and save the
toolbar, meaning that it should appear whenever they open Excel from now on.

The problem I am having is that I cannot create a menu option at the top of
the Excel page (what I want is for a menu item to be created at the top named
'Toolbar', when they click this the toolbar loads into Excel).

This menu works fine for me just now, however I cannot create this using VBA
so that I can send a sheet to every team member to create the toolbar?

Any thoughts?

Any help appreciated.

Will
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Creating a toolbar

Will,

To achieve what you are looking for in your suggested way would mean
altering each user's own toolbar, which they may well have customised
already. It's not really a good idea.

You would be much better off putting your toolbar inside an add-in, which
could then be loaded permanently or on demand by your users. The add-in
could also create menu entries if you wish.

John Walkenbach has some code posted that shows how to do this on the fly,
which appears to be the most reliable method on www.j-walk.com somewhere.

Robin Hammond
www.enhanceddatasystems.com

"William Francis" wrote in
message ...
Hi folks,

I am building a toolbar to be used by staff in my office to automate
certain
Excel functions.

I am looking to build a sheet which I will send to the staff, which they
will open once and this will load the toolbar into their Excel and save
the
toolbar, meaning that it should appear whenever they open Excel from now
on.

The problem I am having is that I cannot create a menu option at the top
of
the Excel page (what I want is for a menu item to be created at the top
named
'Toolbar', when they click this the toolbar loads into Excel).

This menu works fine for me just now, however I cannot create this using
VBA
so that I can send a sheet to every team member to create the toolbar?

Any thoughts?

Any help appreciated.

Will



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
Creating a toolbar for my add-in Mike Excel Programming 4 February 9th 05 01:27 AM
Creating a custom toolbar in VBA Gord Dibben Excel Programming 0 July 13th 04 06:04 PM
Creating a Toolbar to add-in Mike Finister Excel Programming 1 May 26th 04 06:43 PM
Creating a Toolbar with a macro DavidP[_3_] Excel Programming 7 December 5th 03 10:22 AM
Creating a toolbar using VBA Phill Excel Programming 1 December 2nd 03 11:04 PM


All times are GMT +1. The time now is 02:23 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"