txt to excel

K

kiran

Hi All,

I am trying to open the txt file in excel, when I change Date into text to
column I get same heading repeated in between the rows, can any one give me a
macro to remove the repeated heading and remove the blank rows.

TIA
 
D

Dave Peterson

I would do it manually.

Either apply data|filter|autofilter to the range and then filter to show the
rows to be deleted (then delete them).

or

sort the data by the column.
It'll be easy to delete the rows since they're grouped together.
(This does assume that the data can be sorted, though.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top