I am looking for a way to print a pdf from a generated location, I am currently using this code to locate the file.
Private Sub Form_Click()
Me.WebBrowser186.ControlSource = "=""c:\AGI\" & [Document Number] & ".pdf"""
End Sub
Please could anyone advise.