View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Excel[_3_] Excel[_3_] is offline
external usenet poster
 
Posts: 7
Default Use numeric data from a textbox on an userform

I have an userform that has 4 textboxes. The user inputs numbers in
these boxes. I transer these values to another sub. However it
transers the number as text and not as a number. I am doing a logical
comparison (variable1<variable2) and it is not working because it is
comparing a number with a text. What do I need to do?