Is there a way in a string the user name and password set? Plan is to build a home screen to create a user name and password, and these values are then transferred to the string.
Sub Globals
Dim link As String
link = "http://wfm.mywebsite.net/isps/index.html?username=xxxx&password=yyyy"
End Sub
Sub Globals
Dim link As String
link = "http://wfm.mywebsite.net/isps/index.html?username=xxxx&password=yyyy"
End Sub