Importing Excel Spread sheet.

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?
 
S

SteveM

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
 
Top