View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bmurphy@xlrotor.com is offline
external usenet poster
 
Posts: 49
Default from VBA open text file in default text editor application

Is it possible from VBA to open a text file in the default text editor
application registered with Windows?

I"ve tried variations of a Start command in a Shell statement, but
can't find anything that works.

The best I've been able to do is open the file directly with
Notepad.Exe, again from a Shell statement.

Thanks,

Brian Murphy
Austin, Texas