View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeff.j.griffith@gmail.com is offline
external usenet poster
 
Posts: 22
Default Open Text File in Excel

Try:

Shell "G:\Employees\Names.txt"

That should open the file in the machine's default text editor.