Nud has no textchanged event. Although nud only accepts numbers, it accepts blank as well. This is the problem I'm having. If it only has a textchanged event, I would have done something like this
ontextchanged.. .
if nud.text = "" then
nud.value = 0
end if
Is there a solution to this?
ontextchanged.. .
if nud.text = "" then
nud.value = 0
end if
Is there a solution to this?
Comment