how do you change font size in message box

P

pete the greek

i would like to change the font size of a message box generated in an excel
macro
 
P

pete the greek

thanks for the speedy reply but thats a combo box am using msgbox to display
results at the end of the macro run and wondered if i can increase the font
size

MsgBox ("Stats Updated" & Chr(13) & ordersok & Chr(13) & inhandok & Chr(13)
& percompok)
 
Top