hello please help me on this i want to use ascii but all i want i will not use keypress only my cmdadd...is this possible without using keypress?..hoping for your positive responds....
sample
public function keytrap(keyascii as integer)
if keyascii >=48 and keyascii<=57 then
msgbox "invalid input"
exit function
end if
end function
public sub txt1.text(keyascii as integer)
call keytrap(keyascii)
end sub
but i want to call keytrap in my cmdadd...is this possible? please help me on this...