View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 141
Default Copy Macro from 1 workbook to another

I am creating some reports and copying worksheets between 2 workbooks A is
the main and B is the receiving. I am then emailing B to users

I need to copy a macro from A to B is there anyway to copy the macro so it
goes with B.

The idea is that A runs with no outside intervention does some copying and
then B is emailed to the users. This is currently happening, I just need a
way to copy the macro between the 2 workbooks


Thanks