View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Planner Rob Planner Rob is offline
external usenet poster
 
Posts: 3
Default Copy VBA code into a workbook created by a macro

Excel 2003.

I have some code which takes a number of worksheets from the open workbook
and copies them to a new workbook. It then manipulates the data and saves the
new workbook without altering the original.

I need to bring a macro from the original workbook across so that when the
new file is opened independantly the macro can be run.

Any suggestions?