View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angel C[_2_] Angel C[_2_] is offline
external usenet poster
 
Posts: 2
Default Copy worksheets to a different workbook

Hi, I am trying to copy a worksheet multiple times from an open workbook to
new workbook. Each copy of the worksheet would contain different data based
on changing one cell (the worksheet has sumif() formulas that populate it
based on the changed cell). I would like to replicate the worksheet copy
functionality so that all formatting is retained. I recorded a macro but for
some reason when I implementent the code, it does not work. I keep getting
subscript out of range. Help please!!

Thanks!