addy,
Had similar problems with the same FAQ. Try:
Private Sub cmdTemporaryBadge_Click()
Dim strFileName As String
Dim A As Long
strFileName = "your file path"
A = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & strFileName, vbMaximizedFocus)
End Sub
This came from a 2002 Tek Tip FAQ I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.