Copy and Paste from One Workbook to Another
You don't give enough information. What is insufficient about
ThisWorkbook.SaveCopyAs("ThatWorkbook")
that you'd need to copy and paste?
If the code needs to figure things out, you'll need to give us
enough clues to figure them out, too.
In article ,
"Bill Oertell" wrote:
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.
|