Instead of opening the file, modifying it, saving it and then reading it back, I am just reading the file into an array and making modifications in the array before using it further in the program. I never write anything back to the file and it never changes.
Here is the new code:
Code:
Dim FSO As Object, MyFileObj As Object Dim ExtDictionaryPath As String Dim
Leave a comment: