M
mattc66
I need to add to the end of the below link after the = [stPro]
In the below example the [stPro] shows up as =# and the ProNumber
I need it to be = [pronumber] with the "[ ]" brackets. Any ideas?
Current Code>>>>>
Dim stPro As String
Dim stHyp As String
stPro = Me.ProNumber
stHyp = "
http://www.myyellow.com/dynamic/services/servlet?CONTROLLER=com.yell.ec.inter.yf
sgentracking.http.controller.TrackPro&PRONumber
="
Application.FollowHyperlink stHyp, [stPro]
In the below example the [stPro] shows up as =# and the ProNumber
I need it to be = [pronumber] with the "[ ]" brackets. Any ideas?
Current Code>>>>>
Dim stPro As String
Dim stHyp As String
stPro = Me.ProNumber
stHyp = "
http://www.myyellow.com/dynamic/services/servlet?CONTROLLER=com.yell.ec.inter.yf
sgentracking.http.controller.TrackPro&PRONumber
="
Application.FollowHyperlink stHyp, [stPro]