Marston
If IsNumeric(Textbox1.Text) Then
--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com
" wrote in message
oups.com...
Hi - I've tried several different things that would
be logical in a spreadhsheet to ensure that the
entry into a Textbox is a number such as:
If WorksheetFunction.IsError(Clng(Textbox1.Value)) Then
But it dies on the Type mismatch.
Is there some way to trap the entry that I'm not thinking of?