On Thu, 20 Oct 2005 23:31:31 GMT, GB wrote:
[color=blue]
> Hello:
> Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
> size, etc. ?
>
> Thanks,
> GB[/color]
No!
You can change the FontSize and FontStyle of the MsgBox but only if
you change the setting for ALL Windows/Office programs.
Far better to create your own unbound form to use as a message box and
also to use as a form to enter data or parameters, etc. You can then
set is's formatting to whatever you want.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
GB wrote:[color=blue]
> Hello:
> Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
> size, etc. ?[/color]
There is the zany "@" formatting from Access 97, still available in
later versions if you use Eval() to wrap around the Msgbox call. It's
rather limited to bold and not much else.
Alternatively, you can create a pop up form to mimic a mgsbox.
Comment