I need to copy a single worksheet to a new workbook but neither recorded code and code that I have found online are working
I get a runtime error 9 subscript out of range error.
Such a simple thing to do but I can't get this to work if anyone can help?
TIA
VBA Code:
Sheets("Sage Import").Copy
Such a simple thing to do but I can't get this to work if anyone can help?
TIA