benjamin.weizmann
Registered User.
- Local time
- Today, 11:33
- Joined
- Aug 30, 2016
- Messages
- 78
hi,
I made this function:
and I call this function:
but it doesn't make indexm missing
it assigns 0 to indexm
why?
how can I avoid it?
thanks
Ben
I made this function:
Code:
Public Function blokingmain(Optional indexm As Integer)
If IsMissing(indexm) Then....
....
and I call this function:
Code:
call blokingmain
but it doesn't make indexm missing
it assigns 0 to indexm
why?
how can I avoid it?
thanks
Ben