How do I get text to center in a message box? I apologize for this really stupid question, but I can't seem to find an answer anywhere, and I know there *has* to be a way to do this.
Here's the box in question:
MsgBox "This action will delete the record" & CHR$(13) & _
CHR$(13) & CHR$(10) & "This action cannot be _
undone.", vbOkOnly, "WARNING!!"
Thanks.
Onwards,
Q-
Here's the box in question:
MsgBox "This action will delete the record" & CHR$(13) & _
CHR$(13) & CHR$(10) & "This action cannot be _
undone.", vbOkOnly, "WARNING!!"
Thanks.
Onwards,
Q-