benjamin.weizmann
Registered User.
- Local time
- Today, 06:38
- Joined
- Aug 30, 2016
- Messages
- 78
hi,
I have this assignment:
msgzeropro = Nz(InputBox(Message, Title), 0)
if the user clicked on canceled , I got error type mismatch
how can I avoid it?
in addition I would like catch the knowledge if he clicked cancel for the last code.
thanks
Ben
I have this assignment:
msgzeropro = Nz(InputBox(Message, Title), 0)
if the user clicked on canceled , I got error type mismatch
how can I avoid it?
in addition I would like catch the knowledge if he clicked cancel for the last code.
thanks
Ben