I got it to work if I left out title and type
VB Code:
  1. msgbox ("hello")
but when I tried to add title and type
VB Code:
  1. MsgBox("You win", vbExclamation = vbOKOnly, "Congrats")
it said "compile error: Epected: =". Why is that comming up? After the hassel I just gave up and wanted to know, can I get it so I can put whatever message in the caption of the button or do I have to do an imitation and make a small for that looks like a msgbox?