View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rog Rog is offline
external usenet poster
 
Posts: 18
Default Macro question - Need to copy data & formatting to another workboo

I am trying to copy a worksheet from one Excel workbook to another workbook
using a macro, but all the formatting is lost using a copy/paste. How can I
do this since the path and workbook names are different? I cannot use the
copy worksheet feature by right clicking the tab because the destination
workbook is not open at the time of the copy. I have defined the path in the
macro and it works fine except for the formatting problem. Thanks.