View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default How2 accept only numbers in userform textbox

Thanks for the input Rick. I almost never use the IsNumeric function

And now you know why. <g

as I usually use the mAcceptChars one I also listed. I do like yours
better though!


Feel free to make use of it as you wish in the future.

Rick