Find and Replace string in a .txt file with VBscript
问题 I am trying to figure out how to use vbscript to: 1 - open a .csv file as a .txt file 2 - search for a certain string of text that is located randomly throughout the text 3 - replace that string with a different string. I have found an article that helped me learn how to replace an entire line in a .txt document, but so far have had no luck finding anything about replacing just certain characters within the line. Thanks! Here is the code I am using currently: Const ForReading = 1 Const