Is it possible to change a word (just one word) to bold or italic in msgbox2?
Example: Answ = Msgbox2("Confirm?" & CRLF & "Bold: " & Text1 & CRLF & "Italic:: " & text2, "", "YES", "", "NO", Null)
Example: Answ = Msgbox2("Confirm?" & CRLF & "Bold: " & Text1 & CRLF & "Italic:: " & text2, "", "YES", "", "NO", Null)