i would like to change the font size of a message box generated in an excel macro
P pete the greek Jun 7, 2005 #1 i would like to change the font size of a message box generated in an excel macro
D DNA Jun 7, 2005 #2 Look about half way down through this article. http://www.contextures.com/xlDataVal10.html
P pete the greek Jun 7, 2005 #3 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)
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)
D DNA Jun 7, 2005 #4 Maybe this will work? http://www.dicks-blog.com/archives/2004/11/05/custom-message-boxes/