Message 1 of 8
Launch Website

Not applicable
06-15-2006
08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm prob way off with my code as usual. Can anyone help me or am I beyond it?
Public Sub LaunchNet()
Dim blnStatus As Boolean
Dim strWebURL As String
strWebURL = ("http://www.blahblahblah.com")
blnStatus = UtilityObject.LaunchBrowserDialog(, , , strWebURL)
End Sub
Public Sub LaunchNet()
Dim blnStatus As Boolean
Dim strWebURL As String
strWebURL = ("http://www.blahblahblah.com")
blnStatus = UtilityObject.LaunchBrowserDialog(, , , strWebURL)
End Sub