I have the following file and I need to open it in Excel.
File is pipe delimeted and I need a macro or something to open it in Excel with each field separate. I know the import Wizard does allow us to specify what delimeter is there, but need to automate this in a macro so I dont have to run thru the wizard for each file.
I have fields with a semicolon so couldn't consider a .csv file to start with
e.g input file.
1|1|Express email|57688|1448|40928|2
1|7|TechTeam Test Newsletter|9|2|2|2
29|3|Parenting News|2|0|0|0
29|4|Women's Health News|2|0|0|0
29|5|Doctor-to-Doctor|1|0|0|0
57|2|Good growing kids|671|1|14|1
146|6|Student Health Zone|0|0|0|0
Any assistance is greatly appreciated.
Thanks !!