Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import Tab delimited Text files into Excel?

Tags:

excel

vba

I have multiple text files (.txt) with Tab delimited in a folder. The text file contains first line as column headings. I have one pre defined excel template with column names. I am able to import the text files into excel template. But, what i need to do is how to delimit if the column heading not match with Excel column headings Through VBA. Thanks in advance for any help .....

like image 855
user1049518 Avatar asked Dec 13 '22 05:12

user1049518


1 Answers

It's possible to do it in Excel itself, in Office 2010 its in the Data tab > Text to columns. There you can select that its delimited by tabs, and there you go, your data should be columnised

like image 176
DerDee Avatar answered Dec 27 '22 14:12

DerDee