Posted to microsoft.public.excel.programming
|
|
filtering CSV data
Aha..sorry
And I forget to tell that all data resides in the A:A column cells.
J_J
"J_J" wrote in message
...
Hi,
I have 650 lines of data in CSV format in an excel sheet.
The lines are long and something like this:
Aaaaaa,"",Bbbbbb," ","bla bla", ..........
","sdfs d",.......
....
...
I need to filter out the records like this
A B C
1 Aaaaa Bbbbbb ,
2 Cdfhdj Djkjds
Any code recommendation is much appriciated.
J_J
|