09-10-2007 09:15 PM
09-10-2007 10:25 PM
May be you can read all the lines from the second file and convert this string into a spreadsheet array. After conversion, search the particular column for the text you are looking. Once found, using the index of the found item, you can index the text with which you want to replace in the first file. Hope that helps!
09-11-2007 03:04 AM
try this.....
the program uses the match pattern and scan from string functions. And there is still room for improvement.
If you have to do is more often with bigger files, you should create a lookup table first. currently the files is scanned each time ....
09-11-2007 07:16 AM
09-11-2007 09:52 AM - edited 09-11-2007 09:52 AM
Message Edited by B O B on 09-11-2007 09:52 AM
09-11-2007 08:25 PM