What is the best Way of update distributed modules?!

W

Webtechie

Hello,

OK, I've created this very nice application and ready to distribute it for
my company. Now the boss wants changes. The changes are causing me a
headache because I have code and data in the workbook.

Bad design. So I am taking out the data and putting it in Access.

Question
=========================================
Now, I am thinking what happens when he changes his mind on the program
logic. How will I update the distributed worksheets with the new code?
=========================================

I thinking of creating a setup.xlxs that will update the old modules with
the new module. Not quite sure what that entails. I could also put the code
in an .xla and have the setup.xls add in the new code and remove the old.

I'd like to hear some ideas from those with more Excel Programming
experience on how they update the code in modules once they have distributed
their application.

Thanks,

Tony
 
T

Tim Williams

Put the code in an add-in and place it in a shared location (fileshare
folder or web server).
If on a fileshare make sure to set it as "read-only", or it will get locked
when a user has it open.

Have the workbook load the add-in when it is opened, and call code from the
add-in as required.

Tim
 

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