Hi All
I have a macro that allows me to move information from one sheet to another in the same workbook, but i require it to move to a different work book using the following bit of code
' Set source and destination sheets
Set src = Sheets("TOUCH SCREEN")
Set dst = Sheets("RAW DATA")
How would i need to change this if i want the destination to be a different workbook and sheet name?
Thanks in advance
P
I have a macro that allows me to move information from one sheet to another in the same workbook, but i require it to move to a different work book using the following bit of code
' Set source and destination sheets
Set src = Sheets("TOUCH SCREEN")
Set dst = Sheets("RAW DATA")
How would i need to change this if i want the destination to be a different workbook and sheet name?
Thanks in advance
P
Last edited: