Hi all,
I have written a code and it works fine, but for my learning purposes is there a way to simplify this code...
Many thanks.
iceblocks
I have written a code and it works fine, but for my learning purposes is there a way to simplify this code...
Code:
If Len(Range("J10")) = 0 Or Len(Range("J14")) = 0 Or Len(Range("J29")) = 0 Or Len(Range("L10")) = 0 Or Len(Range("L14")) = 0 Or Len(Range("L29")) = 0 Then
Many thanks.
iceblocks