View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
excelnut1954 excelnut1954 is offline
external usenet poster
 
Posts: 175
Default Adding OR conditions to IF-Then statement

Not getting the syntax right on this.....

Trying to capture results of either 0 or if the textbox is left
blank.There is an Else statement after all this, but that part is ok.

If TextBox6 < 1 Or "" Then

This line highlights when the macro is run. I tried putting () in the
statement, but obviously still don't have it right.

Thanks,
J.O.