Importing Excel Spread sheet.

  • Thread starter Thread starter andyjwu
  • Start date Start date
A

andyjwu

Hi,

I need to import my file and have the wizard select the 2nd row as
my default heading instead of the first row. Can anyone help?
 
I take it you are using the TransferSpreadsheet method?

The 6th argument in this method is for specifying a Range, so you could use
this to start on the second row:
"A2:X100"

Steve
 
Back
Top