Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default macro buttons confused

My customized toolbar with buttons for macros has stopped working.
I have a bunch of macros (10 up to now) for macros on a particular
worksheet. This is a little utility worksheet that is used with a couple of
the macros to pull data off of an application and transfer it to Excel
worksheets. I have all my macros on this utility worksheet, and I created a
toolbar with buttons for 10 of the macros. Everything has been working fine.
If a button was clicked, it automatically opened my utility spreadsheet, and
got the macros from it.
Then, this morning, I had a spreadsheet open, and hadn't yet used any of
these macros, so my utility spreadsheet wasn't open. I went into the Visual
Basic editor to figure something out, and did some saves of different types
of text files.
Now when I click my toolbar buttons, Excel tries to get the macros off one
of the temporary files, and can't find it because it's in a different
directory. Even if it could find it, it doesn't have the macros on it.
I closed Excel completely, and opened the utility file, and it is still
looking for the macros on that temp file, which it can't find. I have tried
creating a new little macro in my utility file, and saving the file, no luck;
I then did a Save As, because that is what I was doing with the temporary
file, but I can't get Excel to start looking for the macros in the utility
file.

Does anybody know a way to get Excel to look in the right place? If it can
be made to look in the wrong place so easily, it should be possible to switch
it back to the right place. The macros are still on the file with the
utility spreadsheet, it's just that the toolbar buttons are mapped to the
wrong place for some reason.
The reason I have my macros on this utility file is that it is on a shared
drive, where the spreadsheets are that I have written the macros for, so they
will be available for all the users of these spreadsheets. So I don't want
to put them in my personal file.
(I wonder how much Microsoft has reduced the life expectancy of the U.S.,
because of the stress of working with its products?)

Thank you.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default macro buttons confused

Try the following:

Save the file with macros to the "Wrong place". Now use the toolbar to open
the file. Next, just "Save As" the file to the right place.

Hope it works

"Patricia Shannon" написа:

My customized toolbar with buttons for macros has stopped working.
I have a bunch of macros (10 up to now) for macros on a particular
worksheet. This is a little utility worksheet that is used with a couple of
the macros to pull data off of an application and transfer it to Excel
worksheets. I have all my macros on this utility worksheet, and I created a
toolbar with buttons for 10 of the macros. Everything has been working fine.
If a button was clicked, it automatically opened my utility spreadsheet, and
got the macros from it.
Then, this morning, I had a spreadsheet open, and hadn't yet used any of
these macros, so my utility spreadsheet wasn't open. I went into the Visual
Basic editor to figure something out, and did some saves of different types
of text files.
Now when I click my toolbar buttons, Excel tries to get the macros off one
of the temporary files, and can't find it because it's in a different
directory. Even if it could find it, it doesn't have the macros on it.
I closed Excel completely, and opened the utility file, and it is still
looking for the macros on that temp file, which it can't find. I have tried
creating a new little macro in my utility file, and saving the file, no luck;
I then did a Save As, because that is what I was doing with the temporary
file, but I can't get Excel to start looking for the macros in the utility
file.

Does anybody know a way to get Excel to look in the right place? If it can
be made to look in the wrong place so easily, it should be possible to switch
it back to the right place. The macros are still on the file with the
utility spreadsheet, it's just that the toolbar buttons are mapped to the
wrong place for some reason.
The reason I have my macros on this utility file is that it is on a shared
drive, where the spreadsheets are that I have written the macros for, so they
will be available for all the users of these spreadsheets. So I don't want
to put them in my personal file.
(I wonder how much Microsoft has reduced the life expectancy of the U.S.,
because of the stress of working with its products?)

Thank you.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default macro buttons confused

It worked. Thank you very, very much.

In the past few months, I've had to reassign the buttoms to the right macros
several times, and now I have so many buttons, it is getting to be a big
pain. I expect this solution will help a lot of people besides me!

"Martin Krastev" wrote:

Try the following:

Save the file with macros to the "Wrong place". Now use the toolbar to open
the file. Next, just "Save As" the file to the right place.

Hope it works

"Patricia Shannon" написа:

My customized toolbar with buttons for macros has stopped working.
I have a bunch of macros (10 up to now) for macros on a particular
worksheet. This is a little utility worksheet that is used with a couple of
the macros to pull data off of an application and transfer it to Excel
worksheets. I have all my macros on this utility worksheet, and I created a
toolbar with buttons for 10 of the macros. Everything has been working fine.
If a button was clicked, it automatically opened my utility spreadsheet, and
got the macros from it.
Then, this morning, I had a spreadsheet open, and hadn't yet used any of
these macros, so my utility spreadsheet wasn't open. I went into the Visual
Basic editor to figure something out, and did some saves of different types
of text files.
Now when I click my toolbar buttons, Excel tries to get the macros off one
of the temporary files, and can't find it because it's in a different
directory. Even if it could find it, it doesn't have the macros on it.
I closed Excel completely, and opened the utility file, and it is still
looking for the macros on that temp file, which it can't find. I have tried
creating a new little macro in my utility file, and saving the file, no luck;
I then did a Save As, because that is what I was doing with the temporary
file, but I can't get Excel to start looking for the macros in the utility
file.

Does anybody know a way to get Excel to look in the right place? If it can
be made to look in the wrong place so easily, it should be possible to switch
it back to the right place. The macros are still on the file with the
utility spreadsheet, it's just that the toolbar buttons are mapped to the
wrong place for some reason.
The reason I have my macros on this utility file is that it is on a shared
drive, where the spreadsheets are that I have written the macros for, so they
will be available for all the users of these spreadsheets. So I don't want
to put them in my personal file.
(I wonder how much Microsoft has reduced the life expectancy of the U.S.,
because of the stress of working with its products?)

Thank you.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default macro buttons confused

p.s.
I didn't even have to re-open the file. I Saved As the wrong file, then
Saved As the right file, and it fixed it. A good thing, because the wrong
file was a .csv text file, and I don't believe it would have saved my macros.

Thanks again.

"Martin Krastev" wrote:

Try the following:

Save the file with macros to the "Wrong place". Now use the toolbar to open
the file. Next, just "Save As" the file to the right place.

Hope it works

"Patricia Shannon" написа:

My customized toolbar with buttons for macros has stopped working.
I have a bunch of macros (10 up to now) for macros on a particular
worksheet. This is a little utility worksheet that is used with a couple of
the macros to pull data off of an application and transfer it to Excel
worksheets. I have all my macros on this utility worksheet, and I created a
toolbar with buttons for 10 of the macros. Everything has been working fine.
If a button was clicked, it automatically opened my utility spreadsheet, and
got the macros from it.
Then, this morning, I had a spreadsheet open, and hadn't yet used any of
these macros, so my utility spreadsheet wasn't open. I went into the Visual
Basic editor to figure something out, and did some saves of different types
of text files.
Now when I click my toolbar buttons, Excel tries to get the macros off one
of the temporary files, and can't find it because it's in a different
directory. Even if it could find it, it doesn't have the macros on it.
I closed Excel completely, and opened the utility file, and it is still
looking for the macros on that temp file, which it can't find. I have tried
creating a new little macro in my utility file, and saving the file, no luck;
I then did a Save As, because that is what I was doing with the temporary
file, but I can't get Excel to start looking for the macros in the utility
file.

Does anybody know a way to get Excel to look in the right place? If it can
be made to look in the wrong place so easily, it should be possible to switch
it back to the right place. The macros are still on the file with the
utility spreadsheet, it's just that the toolbar buttons are mapped to the
wrong place for some reason.
The reason I have my macros on this utility file is that it is on a shared
drive, where the spreadsheets are that I have written the macros for, so they
will be available for all the users of these spreadsheets. So I don't want
to put them in my personal file.
(I wonder how much Microsoft has reduced the life expectancy of the U.S.,
because of the stress of working with its products?)

Thank you.


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
Macro buttons opening saved macro Wasabijim Excel Discussion (Misc queries) 0 April 29th 09 08:39 PM
look for buttons in a macro jkt Excel Discussion (Misc queries) 1 June 16th 06 04:10 PM
I am so confused! I need help with a check box and a macro. Marc Excel Programming 1 March 25th 06 09:20 PM
macro buttons John[_94_] Excel Programming 1 September 6th 04 04:58 PM


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