Msgbox question

SD23

Registered User.
Local time
Yesterday, 17:41
Joined
Jun 13, 2006
Messages
60
I have a message box that displays numbers. I was wondering if it was possible to make the numbers in bold or in a larger font? Thanks for the help.

MsgBox("Please add the Invention Disclosure Number " & right(Me.Discl_Year, 2) & "-" & Me![Discl Number] & " to the Docket Form.", vbOKCancel + vbExclamation, "IMPORTANT")
 
For that you'll have to create your own form and call it instead of the message box.
 
boblarson said:
For that you'll have to create your own form and call it instead of the message box.

Bob,
There is another thread somewhere on the forum, quite recently, that gave the clue on how to bold the first line of a message box by a work around.

SD23,
Try some intensive searching of this forum. I think the solution was posted by GHudson. Search for "Format", "Message box" etc.
 
Keith:

If you re-read the post, you'll see they say:

make the numbers in bold or in a larger font

That means that they want to make only parts of the line bold, not just the first line. So, again - they will have to make their own form to do so.
 
Bob,

Thanks for that. If I am offering advice, I guess I should try to be accurate :o
 

Users who are viewing this thread

Back
Top Bottom