Thread: error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default error

Hi
you may post the complete code. Not really sure what you're meaning
with 'go back and delete'

--
Regards
Frank Kabel
Frankfurt, Germany


Alvin Hansen wrote:
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