how do i change font size in msgbox

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

Guest

i am using the following to display results at the end of a macro how can i
increase the font size used in the message box
MsgBox "Stats Updated" & Chr(13) & ordersok & Chr(13) & inhandok & Chr(13) &
percompok
 
Hi Pete,

I do not believe that this is possible with VBA You could replace message
box with a userform which would give you greatly enhanced format options.
 

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