I want to use VBA in Excel to open a .txt file in which length of each string of characters varies from record to record. The goal is to peel off either characters 1 to 11 if they are numeric, or some other other set of characters if they are not.
What is the best way to read in each line if the character length varies.
What is the best way to read in each line if the character length varies.