MsgBox and InputBox formatting

G

GB

Hello:
Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
size, etc. ?

thanks,
GB
 
F

fredg

Hello:
Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
size, etc. ?

thanks,
GB

Answered elsewhere.
Please do not multi-post. If you feel you must post the same question
to more than one newsgroup (and it's seldom necessary), cross-post by
adding each additional newsgroup in the To Newsgroups: box, separated
by a comma.
This way an answer in one newsgroup will be seen in each of the
others. More readers will see the response and learn, and less time
will be spent on duplicate answers.

See Netiquette at http://www.mvps.org/access

It's a great site to visit anyway.
 
D

Douglas J. Steele

Not directly. Both get the font and all from the operating system (you set
it through the Advanced button on the Appearance tab of the desktop's
Properties, or at least that's how you do it in Win XP), so any change you'd
make would affect all applications running on the machine.

What you can do, however, is create your own forms and use them instead of
the built-in ones.
 
Top