I designed a form so it could function like the MsgBox(). So there'll be at least 2 buttons, Ok and Cancel. Now in using the MsgBox() you an evaluate what the user pressed by simply

Code:
     result = MsgBox "Blah, Blah, Blah"
I also want my newly created form to execute a result when the buttons inside it are pressed. ANy suggestion on how I'll do this?