Hello everyone,
I have a txt file with data which I want to import to an excel file, by button click.
The first couple of lines of the txt file contains general information which I don't want to export.
The program should only read the lines which contains a word with the first character A and a thirth character G. When it does: every line with a match has to be saved in a variable and then exported to a excel file.
Can anybody give me a solution to do this?
Thanx in advanced.
Sneaky Pete