MsgBox,InputBox formatting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GB

    #1

    MsgBox,InputBox formatting

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

    Thanks,
    GB


  • fredg

    #2
    Re: MsgBox,InputBox formatting

    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

    Comment

    • Trevor Best

      #3
      Re: MsgBox,InputBox formatting

      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

      Working...