Thread: Porting Modules
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Porting Modules

Apart from copying the module in - see http://www.cpearson.com/excel/vbe.htm

You might also consider creating a template file with the required code
already in it. Just open the template,drop your data in and save it with
the required name. This assumes you want the same code and structure each
time for different data sets.

--
Cheers
Nigel



"Mel Monroe" wrote in message
...
I am using a VBA to spawn a spreadsheet as a subset from a larger database
and would like to port a pre-coded module from the main spreadsheet into

the
new, spawned one. Does anyone know how I can copy modules wholesale using
VBA into a new spreadsheet?