Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jb jb is offline
external usenet poster
 
Posts: 15
Default Attaching toolbars to spreadsheet, but macros do not follow?

I have created some macros which everyone in my department
uses.

I am trying to find the best way for everyone to have
access to these macros AND THE TOOLBAR which has buttons
linked to the macros.

I see one of two ways of doing this.

1) I can place my "office macros.xls" file in everyone's
XLSTART folder, but then I have to create the toolbar and
buttons for every user on every computer (we do a lot of
PC swapping).

2)We have an Excel template which we use at the beginning
of each project... I can embed the macros into the
template and attach the toolbar to the template.

Here is my problem.

The first way is very time consuming, and anytime I create
a new macro or have a change it will be a big headache to
make the change for everyone.

The second way does not work... I can embed the macros and
attach the toolbars, but when I set up the macro buttons
in the toolbar and then Copy the template to another
PC/folder, the macros don't follow... they point back to
the original template which has the macros... not to the
current file with the macros embedded.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Attaching toolbars to spreadsheet, but macros do not follow?

One way is to create an addin and put it on a common drive. Then have each
user reference the addin through tools=Addins so it is opened each time
excel it opened. this allows you to update the file if necessary and
everyone will get the newest version. Create the commandbars with code in
the addin (and delete the existing verion) each time it is opened. Doing
anything on each computer is a non-starter in my opinion.

http://msdn.microsoft.com/library/ba...n_addins97.htm
http://msdn.microsoft.com/library/of...exceladdin.htm
http://www.microsoft.com/exceldev/tips/addins.htm
These are about distributing applications



Here is an article about creating commandbars with code:
http://msdn.microsoft.com/library/techart/ofcmdbar.htm

http://support.microsoft.com/default...02&Product=xlw
How to customize menus and menu bars in Excel

--
Regards,
Tom Ogilvy

"JB" wrote in message
...
I have created some macros which everyone in my department
uses.

I am trying to find the best way for everyone to have
access to these macros AND THE TOOLBAR which has buttons
linked to the macros.

I see one of two ways of doing this.

1) I can place my "office macros.xls" file in everyone's
XLSTART folder, but then I have to create the toolbar and
buttons for every user on every computer (we do a lot of
PC swapping).

2)We have an Excel template which we use at the beginning
of each project... I can embed the macros into the
template and attach the toolbar to the template.

Here is my problem.

The first way is very time consuming, and anytime I create
a new macro or have a change it will be a big headache to
make the change for everyone.

The second way does not work... I can embed the macros and
attach the toolbars, but when I set up the macro buttons
in the toolbar and then Copy the template to another
PC/folder, the macros don't follow... they point back to
the original template which has the macros... not to the
current file with the macros embedded.

Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Attaching toolbars to spreadsheet, but macros do not follow?

Is there a way to create a Command Bar without code???

I AM NOT A PROGRAMMER... I know excel and can make my way
arround VB for applications... though I could probobly do
it, I do not have the time it would take for me to try and
figure this out in code.

-----Original Message-----
One way is to create an addin and put it on a common

drive. Then have each
user reference the addin through tools=Addins so it is

opened each time
excel it opened. this allows you to update the file if

necessary and
everyone will get the newest version. Create the

commandbars with code in
the addin (and delete the existing verion) each time it

is opened. Doing
anything on each computer is a non-starter in my opinion.

http://msdn.microsoft.com/library/ba...tml/msdn_addin

s97.htm
http://msdn.microsoft.com/library/of...odeopg/deovrcr

eatingexceladdin.htm
http://www.microsoft.com/exceldev/tips/addins.htm
These are about distributing applications



Here is an article about creating commandbars with code:
http://msdn.microsoft.com/library/techart/ofcmdbar.htm

http://support.microsoft.com/default.aspx?scid=kb;en-

us;830502&Product=xlw
How to customize menus and menu bars in Excel

--
Regards,
Tom Ogilvy

"JB" wrote in

message
...
I have created some macros which everyone in my

department
uses.

I am trying to find the best way for everyone to have
access to these macros AND THE TOOLBAR which has buttons
linked to the macros.

I see one of two ways of doing this.

1) I can place my "office macros.xls" file in everyone's
XLSTART folder, but then I have to create the toolbar

and
buttons for every user on every computer (we do a lot of
PC swapping).

2)We have an Excel template which we use at the

beginning
of each project... I can embed the macros into the
template and attach the toolbar to the template.

Here is my problem.

The first way is very time consuming, and anytime I

create
a new macro or have a change it will be a big headache

to
make the change for everyone.

The second way does not work... I can embed the macros

and
attach the toolbars, but when I set up the macro buttons
in the toolbar and then Copy the template to another
PC/folder, the macros don't follow... they point back to
the original template which has the macros... not to the
current file with the macros embedded.

Any ideas?



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Attaching toolbars to spreadsheet, but macros do not follow?

Here is an article about attaching toolbars:

http://www.microsoft.com/exceldev/articles/toolbatt.htm


http://support.microsoft.com/default...&Product=xlw2K
XL2000: How to Customize a Custom Toolbar Button

http://support.microsoft.com/default...&Product=xlw2K
OFF2000: How to Add a Command to a New Toolbar

--
Regards,
Tom Ogilvy


wrote in message
...
Is there a way to create a Command Bar without code???

I AM NOT A PROGRAMMER... I know excel and can make my way
arround VB for applications... though I could probobly do
it, I do not have the time it would take for me to try and
figure this out in code.

-----Original Message-----
One way is to create an addin and put it on a common

drive. Then have each
user reference the addin through tools=Addins so it is

opened each time
excel it opened. this allows you to update the file if

necessary and
everyone will get the newest version. Create the

commandbars with code in
the addin (and delete the existing verion) each time it

is opened. Doing
anything on each computer is a non-starter in my opinion.

http://msdn.microsoft.com/library/ba...tml/msdn_addin

s97.htm
http://msdn.microsoft.com/library/of...odeopg/deovrcr

eatingexceladdin.htm
http://www.microsoft.com/exceldev/tips/addins.htm
These are about distributing applications



Here is an article about creating commandbars with code:
http://msdn.microsoft.com/library/techart/ofcmdbar.htm

http://support.microsoft.com/default.aspx?scid=kb;en-

us;830502&Product=xlw
How to customize menus and menu bars in Excel

--
Regards,
Tom Ogilvy

"JB" wrote in

message
...
I have created some macros which everyone in my

department
uses.

I am trying to find the best way for everyone to have
access to these macros AND THE TOOLBAR which has buttons
linked to the macros.

I see one of two ways of doing this.

1) I can place my "office macros.xls" file in everyone's
XLSTART folder, but then I have to create the toolbar

and
buttons for every user on every computer (we do a lot of
PC swapping).

2)We have an Excel template which we use at the

beginning
of each project... I can embed the macros into the
template and attach the toolbar to the template.

Here is my problem.

The first way is very time consuming, and anytime I

create
a new macro or have a change it will be a big headache

to
make the change for everyone.

The second way does not work... I can embed the macros

and
attach the toolbars, but when I set up the macro buttons
in the toolbar and then Copy the template to another
PC/folder, the macros don't follow... they point back to
the original template which has the macros... not to the
current file with the macros embedded.

Any ideas?



.



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
attaching Excel spreadsheet KimmyF Excel Discussion (Misc queries) 1 November 2nd 06 12:51 PM
attaching an image to Excel spreadsheet cell roadrunner Excel Worksheet Functions 2 October 19th 06 12:50 AM
Macros in a template run from Custom Toolbar attaching to wrong file. Linda Excel Programming 4 May 17th 04 11:46 PM
Problems Attaching Macros to Command Button Jim[_33_] Excel Programming 1 October 23rd 03 08:41 AM
Attaching Macros to Custom Buttons Jack O Excel Programming 0 August 21st 03 10:49 PM


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