johngordon
Technical User
I was attempting to create a MDE file and got a error message which states: Compile error in hidden module: Module 2
I've enclosed a copy of Module 2:
Sub Dim intRtn As Integer
Dim strURL As String, googleSearchString As String
strURL = "
googleSearchString = CurrentView.body.STLOCATION.Text
strURL = strURL & googleSearchString
intRtn = Shell("rundll32.exe url.dll,FileProtocolHandler" & strURL)
End Sub
I do not known where the error is. Please let me know if you see something I missed.
Thanks,
John
I've enclosed a copy of Module 2:
Sub Dim intRtn As Integer
Dim strURL As String, googleSearchString As String
strURL = "
googleSearchString = CurrentView.body.STLOCATION.Text
strURL = strURL & googleSearchString
intRtn = Shell("rundll32.exe url.dll,FileProtocolHandler" & strURL)
End Sub
I do not known where the error is. Please let me know if you see something I missed.
Thanks,
John