Thread
:
How to print with desktop version?
View Single Post
#
2
(
permalink
)
06-16-2007, 06:57 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 15,645
Awards Showcase
Total Awards
: 1
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.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel