patkeaveney
Registered User.
- Local time
- Today, 21:27
- Joined
- Oct 12, 2005
- Messages
- 75
Hi
Is it possible to remove the X (Close Button) from a messagebox.
I have searched the web, but to No avail
this is my code:
If Not Me.Dirty Then
Thanks in Advance
Pat
Is it possible to remove the X (Close Button) from a messagebox.
I have searched the web, but to No avail
this is my code:
If Not Me.Dirty Then
MsgBox "No Additions or Changes made. Therefore SAVE not appropriate", vbInformation + vbOKOnly, "Add Status"
End ifThanks in Advance
Pat