Addin remains in memory!

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have loaded an addin I developed with much help from others and decided to
make some small changes; when testing / running through the VAB browser all
works well. However when run via a menu item in Excel as it's designed, the
original addin runs. I have loaded and unloaded the addin, I've restarted
Excel and the PC but still the original addin is the one that runs.

Any ideas?

Thanks, Rob
 
It sounds like your menu item still points at the macro in the original
workbook.

One neat way to avoid this problem is to build those changes to the menu each
time the workbook/addin opens (and destroy it on the way out).

If you like this idea, you may want to look at how John Walkenbach did it in his
MenuMaker.xls workbook.

You can find it:
http://j-walk.com/ss/excel/tips/tip53.htm
 
Thanks Dave. Eventually got it working by changing the Sub name and
resaving the file.

Regards, Rob
 

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