I am having a text file where I would like to convert it to tab delimited file by trimming the extra spaces if any.
Sample format in my file is as follows
In an excel I would like to have a button where it should select the file to convert and once after selecting it should convert and save it to a new file.
Sample format in my file is as follows
VBA Code:
0|04/07/1998| | | | |0| | | |N|
In an excel I would like to have a button where it should select the file to convert and once after selecting it should convert and save it to a new file.
Last edited by a moderator: