I am using VBA to import some data from TXT files to excel, depending on the name of txt file it is either fixed width or comma delimited.
For both examples I need to be set the format of certain columns to text rather than general that it defaults to.
If it helps here is the relevant bit of...