Question : Add Title or Header to MsgBox in Blue Area

How do I add a title or header in the top Blue section of the msgBox? For example: IMPORTANT TRAINING.

Dim strMbox

      strMbox = MsgBox("Click OK to start the training.")

Answer : Add Title or Header to MsgBox in Blue Area

Hi maincabin,
    strMbox = MsgBox("Click OK to start the training.", vbInformation, "This is the title")

Cristi
Random Solutions  
 
programming4us programming4us