View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Oertell Bill Oertell is offline
external usenet poster
 
Posts: 11
Default Copy and Paste from One Workbook to Another

How can I copy from one workbook, open another and paste to it. IOW, say
I've got a workbook named ThisWorkbook and want to paste its content to
ThatWorkbook. To complicate matters the code needs to figure out what range
to copy and where to start the paste in ThatWorkbook.