Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print an existing PDF form without opening

Status
Not open for further replies.

barra47

Programmer
Dec 25, 2002
86
AU
I have a button on a for with the following code in the click event

Dim strPath As String

strPath = Me.TxtFilePath
Application.FollowHyperlink strPath, , True, False


This works fine - Opens a document ( doc, PDF xls ) that is in the TxtFilePath field.
Instead of opening it can I just print it without opening it


Thanks in advance
 
How are ya barra47 . . .
You'll get a better answer in the [purple]Adobe Acrobat[/purple] Forum forum223

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top