I
Ian
I'm trying to automatically insert some data copied from an Access table
into an Excel spreadsheet into another Excel spreadsheet.
Both sheets are open and referred to as objExcel & objExcel1.
I get "Copy method of Range class failed" with the following line.
objExcel1.range("A1:H1").copy objExcel.range("A5")
Any ideas?
Ian
into an Excel spreadsheet into another Excel spreadsheet.
Both sheets are open and referred to as objExcel & objExcel1.
I get "Copy method of Range class failed" with the following line.
objExcel1.range("A1:H1").copy objExcel.range("A5")
Any ideas?
Ian