Print pdf from generated location

skiandy

New member
Local time
Today, 19:18
Joined
Jun 15, 2016
Messages
9
I am looking for a way to print a pdf from a generated location, I am currently using this code to locate the file.

Code:
Private Sub Form_Click()
Me.WebBrowser186.ControlSource = "=""c:\AGI\" & [Document Number] & ".pdf"""
End Sub

Please could anyone advise.
 

Users who are viewing this thread

Back
Top Bottom