jaden2001
05-31-2005, 12:33 PM
Im tryin to make a certain site load when i click a button but i dunno quite how to do it would you shell it like this
Dim task1 As Long
task1 = Shell("C:\Program Files\Internet Explorer\iexplorer.exe", vbNormalFocus)
how would i make it target a certain site such as when it opens to google.com
Dim task1 As Long
task1 = Shell("C:\Program Files\Internet Explorer\iexplorer.exe", vbNormalFocus)
how would i make it target a certain site such as when it opens to google.com