Thread: error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alvin Hansen[_2_] Alvin Hansen[_2_] is offline
external usenet poster
 
Posts: 209
Default error

Hi
I have this in a userform

If CDbl(TextBox17.Value) 0 Then
sum
End If
Its working all right but if i go back and maybe will change the value in
this box
and delete all then i get a error, how can i make it so i don't get thsi
error if
i delete the value and will write a new one in the textbox

Regards

Alvin