The code for my program is as follows :
Private Sub cmdAgree_Click()
MsgBox "Thank you, have fun, and please call us with any questions"
Dim ret As Long
ret = ShellExecute(0&, vbNullString, "\cdcatalogue\index.htm", vbNullString, vbNullString, vbNormal)
End
End Sub...