Hi,
I just created some macro that does a simply task.
Asks to open a CSV file, and then in that file adds 2 formulas.
Range("I10").Formula = "=MID(CELL(""filename""),SEARCH(""["",CELL(""filename""))+1, SEARCH(""]"",CELL(""filename""))-SEARCH(""["",CELL(""filename""))-1)"
*I took this one...