TransferSpreadsheet - import xls using second row as field names

sampun

Registered User.
Local time
Today, 09:41
Joined
Mar 26, 2007
Messages
10
I'm trying to import a spreadsheet that has field names in the second row with the first row as a blank row (ie null values). Is there a way of using the second row as headings?

Thanks.
 
Not via a wizard, I think. The wizards are great - but dumb. I think you can say "Don't import the first row" but you lose the chance for field names to come from there.

However, God knows I'm a pragmatist. Rather than moving Heaven, Hell, and some appreciable fraction of the Earth, just make a copy of the spreadsheet, delete the null row, and import the amended copy. Some things just ain't meant for VBA.
 

Users who are viewing this thread

Back
Top Bottom