Here is part of my coding:

If response = MsgBoxResult.OK Then
Me.Close()
Else
' What do you do here???
End If

What do I do for when the hit the cancel button? How do I just have it go back to the normal screen? Please help!

Brenda