I have the following:
MsgBox "DO YOU WANT TO SAVE THIS FORM?", vbYesNo
If vbYes Then
Sheets("DATABASE"
.Range("A2"
= "AGENT"
'Application.Run "FORM.xls!SAVE"
ElseIf vbNo Then
Sheets("DATABASE"
.Range("A2"
= "MAX"
End If
Even when i click no it still does the case for yes. Could someone tell me what is missing?
Thanks
MsgBox "DO YOU WANT TO SAVE THIS FORM?", vbYesNo
If vbYes Then
Sheets("DATABASE"
'Application.Run "FORM.xls!SAVE"
ElseIf vbNo Then
Sheets("DATABASE"
End If
Even when i click no it still does the case for yes. Could someone tell me what is missing?
Thanks