Custom button on custom toolbar wants to re-load "Personal.xls"

G

Guest

I have a Personal.xls workbook that contains all my useful macros, lives in
the XLSTART folder, adn is loaded automatically when I start EXCEL. I've
recently created a custom toolbar, with two custom buttons on it, which each
call up a subroutine in the Personal.xls workbook. When I go to use either
of them, a message pops up advising that I'm trying to load Personal.xls
again, and this sin't possible (beacuse it's already loaded). How can I get
these buttons to simply use the Personal.xls that is already loaded?
 
B

Bob Phillips

Sounds like they are pointing at a copy of Personal.xls somewhere else, and
is trying to load it but recognises that it is already loaded.

Do you create those buttons in the Workbook_Open of Personal.xls?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top