I got it to work if I left out title and type
but when I tried to add title and typeVB Code:
msgbox ("hello")
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?VB Code:
MsgBox("You win", vbExclamation = vbOKOnly, "Congrats")
