Location of XLA Addin Moved, Still Referencing Old Location

  • Thread starter Thread starter MeTed
  • Start date Start date
M

MeTed

Hello All,

(Excel 2003) I have an XLA addin that I moved from one network share to
another. If point to the new location (tools-->addins-->browse), the custom
toolbar buttons still reference the old network location. I've tried
unchecking the addin, closing excel, relaunching, adding it back in and
still the same result.

Any clues???

TIA
 
It sounds like the icons on the toolbar still points to the old location.

If this is an addin that you created, you may want to take the time to include
code that builds the toolbar each time the workbook is opened--so that the icons
will point to the correct workbook.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)
 

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

Back
Top