Hi,
I need to update some fields in my excel sheet from a .txt file (comma or space separated), based on matching values of a key field in both files. I do not want to import the file into excel and do a vlookup.
I am thinking of a macro that prompts the user for the file location ( txt file) and then scans the txt file and updates the fields.
Would anyone know how to go about doing this or have any code I can use?
Thanks!