J
John
Hi this works if both workbooks are open in the same instance... however I
like to view both workbooks at once on two screens... Can this be adapted to
work in a separate instance of excel? Both workbooks will be open when code
runs
Sub copyFA()
Workbooks("FA Master").Activate
Range("v19:v20").Copy
ThisWorkbook.Activate
Range("m3:m4").PasteSpecial xlPasteValues
End Sub
like to view both workbooks at once on two screens... Can this be adapted to
work in a separate instance of excel? Both workbooks will be open when code
runs
Sub copyFA()
Workbooks("FA Master").Activate
Range("v19:v20").Copy
ThisWorkbook.Activate
Range("m3:m4").PasteSpecial xlPasteValues
End Sub