View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Copying VBA modules from one workbook to another with a macro?

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