Hi,
I have one text file which have 4-5 columns.
Since I am new to VBA I am recording most of the codes.
Text file (report from oracle) columns are separated by spaces.
In some lines at column no. 4 or 5 if text is more than a limit the text going to next line which is otherwise blank.
When I am converting it to columns, text in second line related to 5 or 6th (extra text) columns coming to column 1.
a 11 b 222 c 33333 d 444444 e 55555
444
e 11 f 222 g 33333 h 44444 I 5555
5555
like the above example, when I am converting it to excel the second line text coming to column 1 (444 or 5555).
Please suggest.
thanks,
Subhash
I have one text file which have 4-5 columns.
Since I am new to VBA I am recording most of the codes.
Text file (report from oracle) columns are separated by spaces.
In some lines at column no. 4 or 5 if text is more than a limit the text going to next line which is otherwise blank.
When I am converting it to columns, text in second line related to 5 or 6th (extra text) columns coming to column 1.
a 11 b 222 c 33333 d 444444 e 55555
444
e 11 f 222 g 33333 h 44444 I 5555
5555
like the above example, when I am converting it to excel the second line text coming to column 1 (444 or 5555).
Please suggest.
thanks,
Subhash