Stuck again i'm afraid.
User manually copies a complete work book, Then clicks a macro enabled button to paste the data into the current work book.
however it gives a subscript out of range error.
is it not possible to carry do a copy outside of a macro and the paste inside?
User manually copies a complete work book, Then clicks a macro enabled button to paste the data into the current work book.
Code:
Workbooks("Template.xlsm").Range("A1").Paste Destination:=Workbooks("Template.xlsm").Sheets("INVOICE").Range("A1")
however it gives a subscript out of range error.
is it not possible to carry do a copy outside of a macro and the paste inside?