icemonster
Registered User.
- Local time
- Today, 09:45
- Joined
- Jan 30, 2010
- Messages
- 502
how should i declare my variable vbresponse and strmsg (i think this one is string
)?:

Code:
strMsg = "Are you sure you want to add these classes a required course for this Licensure Program?"
vbResponse = MsgBox(strMsg, vbYesNo + vbDefaultButton1 + vbQuestion, "Register program with student?")
If vbResponse = vbYes Then