I'd like to use a string variable as a URL for the browser. It seems this can't be done directly as "Me.Webbrowser1.Navigate strVar"... I've tried embedding quote marks in the string as you would have with a normal hard coded text URL here. What would be the correct syntax or function to convert the strVar to a URL?
In reply to Bill Tinley: