View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chrissy[_5_] Chrissy[_5_] is offline
external usenet poster
 
Posts: 33
Default Text Box for Numeric Data

Ok - now I have read that and YUCK.

Maybe it is time I bit the bullet and made my own NumbBox class
and used that - it would, of course, include a Format property and
another property to store the data. All other things about it would
probable be just a TextBox.

Chrissy.


"Thomas" wrote in message ...
Thats opening a can of beans,read here for possible solutions
http://makeashorterlink.com/?R20A52166

Chrissy wrote:

Does anyone have some standard code they use to turn
a text box into a numeric data entry box?

If not, how do you handle data validation for entries you
want to restrict to numeric values?

Chrissy.