hello Oleg,
I want to open a .txt file in excel.
I tried with keystrokes, but that is too weak..
you have any other way..?
best regards,
Jeroen
open txt file in excel
Re: open txt file in excel
Use TXT file name as parameter in command line:
"<path_to_MS_Office>\EXCEL.EXE" <filename>.txt
for example:
"C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE" D:\Temp\list.txt
"<path_to_MS_Office>\EXCEL.EXE" <filename>.txt
for example:
"C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE" D:\Temp\list.txt
Oleg Yershov