MsgBox Font Size change

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

If I call up a MsgBox with code as below, can I change the font size of that
MsgBox using VBA?
Sub MsgBox1()
If MsgBox("Caution!! You are about to clear data from this worksheet."
& vbCr & vbCr & _
"Is that your intension?." & vbCr & vbCr & _
" CONTINUE Y/N?", vbYesNo) <>
vbYes Then Exit Sub

TIA

--
Thank you

Regards

Aussie Bob C.
Using Windows XP Home + Office 2003 Pro
 
The font & size used by the message box is controlled by the settings in
Display Properties + Appearance. To see the Display Pproperties dialogue,
right click on your desktop & click properties.
 
Hi AA

AA2e72E said:
The font & size used by the message box is controlled by the settings in
Display Properties + Appearance.

I believe that will change all settings throughout my Computer, not what I
require.
Thanks for the post

Regards Aussie Bob C.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top