T
Traci
I have a button that, when clicked, needs to prompt the user to save or open
the associated PDF. I have the open working fine with the following code:
Private Sub OpenUserGuide_Click()
Dim strDoc As String
strDoc = "\\Tx-filer01-aln\ise_projects\Knowledge_Base\BMG Knowledge Base
Reference Guide.doc"
Application.FollowHyperlink strDoc
End Sub
How do you get the code to prompt the user first to save or open?
Thanks!
Traci
the associated PDF. I have the open working fine with the following code:
Private Sub OpenUserGuide_Click()
Dim strDoc As String
strDoc = "\\Tx-filer01-aln\ise_projects\Knowledge_Base\BMG Knowledge Base
Reference Guide.doc"
Application.FollowHyperlink strDoc
End Sub
How do you get the code to prompt the user first to save or open?
Thanks!
Traci