Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have created an Excel workbook tool that has a fair amount of VBA code in several modules. This tool was distributed to a number of users. If we were to discover a defect in the workbook - highly unlikely of course! Or if I want to add new features, I would like to be able to update everyone's workbook automatically by using a macro, opening the files and replacing the modules with new modules. The alternative is to manually update each workbook instance. Is this possible? Thanks, -- Rev |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Best way would be to create an Excel add-in, and distribute that.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Revolvr" wrote in message news:LFimc.12076$k24.10212@fed1read01... I have created an Excel workbook tool that has a fair amount of VBA code in several modules. This tool was distributed to a number of users. If we were to discover a defect in the workbook - highly unlikely of course! Or if I want to add new features, I would like to be able to update everyone's workbook automatically by using a macro, opening the files and replacing the modules with new modules. The alternative is to manually update each workbook instance. Is this possible? Thanks, -- Rev |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have module manipulation examples on my website.
I believe one of these examples does a search/replace and another does imports to workbooks. If you need something specific, let me know. -- Rob van Gelder - http://www.vangelder.co.nz/excel "Revolvr" wrote in message news:LFimc.12076$k24.10212@fed1read01... I have created an Excel workbook tool that has a fair amount of VBA code in several modules. This tool was distributed to a number of users. If we were to discover a defect in the workbook - highly unlikely of course! Or if I want to add new features, I would like to be able to update everyone's workbook automatically by using a macro, opening the files and replacing the modules with new modules. The alternative is to manually update each workbook instance. Is this possible? Thanks, -- Rev |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying modules from one workbook to another workbook | Excel Discussion (Misc queries) | |||
Macro for Copying Worksheet to New Workbook | Excel Discussion (Misc queries) | |||
Copy Modules from One workbook to Active Workbook | Excel Programming | |||
How to Compare Workbook VBA modules | Excel Programming | |||
Copying modules | Excel Programming |