Is it possible to start a new line in an IF without the compile error (i.el that there is no 'Then'). So I have the line:
If Not vData(i, 2) = vCriteria And Not vData(i, 3) = vCriteria And Not vData(i, 4) = vCriteria And Not vData(i, 5) = vCriteria And Not vData(i, 6) = vCriteria And Not vData(i, 7) = vCriteria And Not vData(i, 8) = vCriteria And Not vData(i, 9) = vCriteria And Not vData(i, 10) = vCriteria Then
I want to start a new line say half way through so I don't have to side scroll to see it- but if I do that because the line doesn't end with a 'Then' there is a compile error.
Alternatively, is there way I could just condense my line?
Even if this is possible it would still be useful to know the answer to the original question though.
Thanks guys
Bookmarks