I'm trying to specify the output range for impASC, but it continues to import data to the first column in the sheet. Is it possible to make it put the data in the columns 5:10, for example?
Here is what I tried:impasc orng:=[Book1]Sheet1!2:6 Options.Names.FNameToBk:=0 Options.Names.FNameToSht:=0 Options.ImpMode:=0 ;
But it still fills columns 1:5