is this what you mean?
Code:
If filedoesntexit() Then

If msgbox("your text here that you will display on the message box", msgboxstyle.question + msgboxstyle.yesno).show() = windows.forms.dialogresult.Yes Then

'your code here when the user clicks yes

else

'your code here for when the user clicks no

end if

End If