View Single Post
  #2 (permalink)  
Old 06-16-2007, 06:57 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,645
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can send the file to Notepad (or other application).
Something like:
file = "somefile.txt"
Shell ("Notepad.exe","/p " & file)

If the file path includes spaces you should add chr(34) before and after the file.
Reply With Quote