how do i find out what button was pressed on a message box? here is the code i have:
but how do i get what button (either the yes or the no button) was pressed?VB Code:
MsgBox "This scene has been changed. Do you want to save changes?", vbYesNo, "Save Changes"
