I am relatively new to working in vba so bear with me.
I am writing a macro to search a text file for a string "ioelp". Once i find this string i want to read the file until i find the character ";".
I would then like to write the whole string to a new text file.
I then need to take this string and replace a related string in a 3 rd file (this pat i have solved)
Any help would be much appreciated
I am writing a macro to search a text file for a string "ioelp". Once i find this string i want to read the file until i find the character ";".
I would then like to write the whole string to a new text file.
I then need to take this string and replace a related string in a 3 rd file (this pat i have solved)
Any help would be much appreciated