TransferSpreadsheet: Import Column A and C, but not B

R

Ricardo

Hi

How do I define a Range that selects only Columns A and C, but not B?

I tryed "A:A,C:C" but it doesn't work.

Can anyone help?

Thanks,
Ricardo
 
Y

Yaacov Klapisch

Run the wizard and select the columns to import.
Save the settings and then use them in your code.
 
Top