I did this before,but haven't done it in a long time so I forgot.It's very easy to do.I can't remeber what is the script to make a yes or no button appear in a msgbox.It goes something like this

msgbox "hello"
mb_yesno
iff mbresult = yes Then
MsgBox "bye"
ElseIf mbresult = no Then
msgbox "bye"

i would be very grateful if someone would tell me how to make the yes or no appear correct and if they could tell me if im doing anything else wrong.