View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee Hunter Lee Hunter is offline
external usenet poster
 
Posts: 17
Default copy code with spreadsheet

Is it possible to copy a worksheet, including its associated code and paste
it over a worksheet with the same name in a different workbook?

I don't need to do this in code, a manual process will work for me. I'm
aware that I could delete the sheet in the 2nd workbook and then perfrom a
"move/copy" on the first one. I wanted to do it all in one operation, if
possible

Thanks,
Lee