vba - how to change some pats in msgbox -


i wonder possible change parts in msgbox in following code in order receive font color , bold , font name , strikethrough etc . possible ?

sub test()      msgbox " msgbox"  end sub 

this not possible in msgbox.

if want display text formatted, can create userform.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - href attribute breaking an element -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -