View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Liedson31 Liedson31 is offline
external usenet poster
 
Posts: 42
Default textboxes problem?

hello everyone...
i have a few questions about textboxes and the answer is i suspect simple...
--by code i know the answer but it´s the only option i have for this?
1) only let the user to insert numbers in a textbox (without code isnumeric)
2) the textbox must be formated with 2 decimals (without format(....,"0,00"))
3) 2 textboxes must have the same value so if i input in one of them let´s
say the number 5 the other must list 5(without the change event code)


thanks for any help
Miguel