Hey Guys,
I'm trying to write a macro that copies values from one sheet and pastes them into Sheet1 in a different workbook.
I have the code below, but it errors out at the pasting step ( Range("A1").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone )
The error is:
"Run-time error '1004';
PasteSpecial method of Range Class failed"
Anyone have any idea what's going on?
Thanks!
![]()
Please Login or Register to view this content.
Bookmarks