View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] akh2103@gmail.com is offline
external usenet poster
 
Posts: 28
Default how to maintain add-ins? (with toolbars)

Hello-- I have written a series of programs linked to buttons on a
toolbar that I have distributed to others as an excel add-in. I now
want to maintain that code and make a few changes. I originally made
the add-in by writing the macros for an individual worksheet. Adding in
a toolbar and then attaching that toolbar to the sheet. Then I saved
the whole thing as an add-in and distributed it to others' computers.
What is the best procedure for editing and maintaining the code? How
does one maintain the add-in code without the toolbars refering to old
versions of the program? Can I just edit the code in the VB editor and
the toolbars will refer to the correct version? People would then
install the new versions of the the add-in? Thanks. -Abe