|
-
Apr 24th, 2012, 12:02 PM
#2
Thread Starter
New Member
Re: Pass Inputbox data to end of URL string
I figured it out. It looks like I had a bunch of unnecessary code in there with respect to wsh. For others trying to do this, the correct code would be -
Private Sub
Dim fname
fname = InputBox("Enter UserName")
WebBrowser1.Navigate("http://privateurl.com/users/" & fname)
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|