Thread: if statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ashw1984 ashw1984 is offline
external usenet poster
 
Posts: 10
Default if statement

hi does anybody know why this doesn't work

If IsNull("a6") = True Then
MsgBox "Error"
Exit Sub
End If