P
Pat
The following messagebox contains two buttons. To have a message contained
in the messagebox also but not on the actual buttons what alteration should
I make?
ans = MsgBox("OK", vbOKCancel)
If ans = vbCancel Then Exit Sub
Pat
in the messagebox also but not on the actual buttons what alteration should
I make?
ans = MsgBox("OK", vbOKCancel)
If ans = vbCancel Then Exit Sub
Pat