how about opening firefox?
warkiller61 3 years ago
How do i make a command button so when you click the button it opens the internet page.
Ithalli 4 years ago
Private Sub Command1_Click()
Shell "cmd.exe /c start iexplore urlhere"
End Sub
in the urlhere you can change it for any web site you want! (sorry my english)
computerworm13zx 3 years ago
how about opening firefox?
warkiller61 3 years ago
How do i make a command button so when you click the button it opens the internet page.
Ithalli 4 years ago
Private Sub Command1_Click()
Shell "cmd.exe /c start iexplore urlhere"
End Sub
in the urlhere you can change it for any web site you want! (sorry my english)
computerworm13zx 3 years ago