S
Sasa
Im trying to make MsgBox answer condition but it doesnt
work.
Here is the code:
MsgBox "Is this correct?", vbQuestion = vbYesNo
If MsgBox = vbNo Then Exit Sub Else ...
It keeps telling me that "Argument is not optional" and
highlight the second line "MsgBox" word.
I dont understand. I have this code from VBA help. It must
work.
Help is apreciated.
Sasa
work.
Here is the code:
MsgBox "Is this correct?", vbQuestion = vbYesNo
If MsgBox = vbNo Then Exit Sub Else ...
It keeps telling me that "Argument is not optional" and
highlight the second line "MsgBox" word.
I dont understand. I have this code from VBA help. It must
work.
Help is apreciated.
Sasa