jazzscreamer
Registered User.
- Local time
- Yesterday, 19:12
- Joined
- Mar 27, 2004
- Messages
- 31
Hi,
I'm using a YesNoCancel message box. A skeleton of how I'm using it looks like this:
If msgBox = Yes Then
.....
ElseIf msgBox = No Then
.....
End If
The problem is that this displays my message twice. How do I do this without displaying the message twice. Thank you in advance.
Joel
I'm using a YesNoCancel message box. A skeleton of how I'm using it looks like this:
If msgBox = Yes Then
.....
ElseIf msgBox = No Then
.....
End If
The problem is that this displays my message twice. How do I do this without displaying the message twice. Thank you in advance.
Joel