This code won't work for what I am doing unless I am missing something.
Again, I want to pass the contents of a text field as the starting url when the user clicks the cmdGoto button.
Private Sub cmdGoto_Click()
Shell "C:\Program Files\Internet Explorer\iexplore.exe" (add goto.txt code to open IE with goto.txt as startup)
End Sub
Main Topics
Browse All Topics





by: egl1044Posted on 2009-10-20 at 18:06:30ID: 25620044
ShellExecute will open the default browser.
Select allOpen in new window