I sow some sample of input mask so the text box dont consider any character
that dont fit the mask..but lost it
--
Cheers,
Crirus
------------------------------
If work were a good thing, the boss would take it all from you
------------------------------
"One Handed Man [ OHM# ]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hey, I cant write everything from scratch each time, I am after all One
> Handed Man.
>
> ;-)
>
> Regards - OHM#
>
>
> Armin Zingler wrote:
> > "One Handed Man [ OHM# ]" <(E-Mail Removed)> schrieb
> >> In the KeyPress EventDim ch As String
> >>
> >> ch = Chr$(KeyAscii)
> >> If Not (ch >= "0" And ch <= "9") Then
> >> ' Cancel
> >> KeyAscii = 0
> >> End IfRegards - OHM#Crirus wrote:
> >>> I need to allow only numbers into a text box
> >>
> >> Regards - OHM# (E-Mail Removed)
> >
> > How to suppress inserting chars from the clipboard? ;-)
>
> Regards - OHM# (E-Mail Removed)
>
>