Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.Net Add-in for Excel - can I change Excel VBA?

Status
Not open for further replies.

sedrisco

Programmer
Oct 25, 2001
12
US
I have a VB.Net Add-in for Excel that I'm updating. It works with a previously created Excel Template. I am updating the Add-in and the template, and would like to programmatically make my template changes in existing workbooks created from the template. I've found that I need to change some of the VBA in the template, and I'm wondering if there is a way to change the VBA programmatically from the Add-In code? I know I can just change the VBA in the template and users will use the new template, but what about the existing workbooks? Is there a good way to update the VBA for those without going into each existing workbook?

Any suggestions would be helpful! Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top