try this
Dim txturl as string
txturl ="http://www.daniweb.com"
Shell "C:\Program Files\Internet Explorer\IExplore.exe " & txurl.Text, vbMaximizedFocus
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115
there is an error on this part:
is says: object required.
sorry missing "t", i put txurl.. should be txturl
Dim txturl as string
txturl ="http://www.daniweb.com"
Shell "C:\Program Files\Internet Explorer\IExplore.exe " & txturl.Text, vbMaximizedFocus
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115