I have a .csv file. I want to convert it into .txt file starting from line the A to the B (A, B are declared at the beginning). The .txt file supposed to have gaps ” ” instead of original semicolons. Moreover, the end of each copied row from the original .csv file should be indicated by a semicolon in the new .txt file (txt file is going to be used as an input matrix for Matlab).
Could you please help me with that?
Thanks in advance.
Regards
Vaclav
Hi if you locking for VBA code, maybe that could help you…