K
Ken
Hi group,
I have found a macro on the net that might be the answer to my
earlier post:
http://groups.google.com/group/micr...s/browse_thread/thread/a7c2c08771e2ff5d?hl=en
if I can resolve this IF, Then statement syntax:
'If value in column J = LSearchValue, and column O or Q are empty,
copy entire row to Sheet2
If Range("J" & CStr(LSearchRow)).Value = LSearchValue &
Range("O").Value = "" & Range("Q").Value = ""
Then
I know that's not the correct way to do that, but can anyone tell me
what needs to be changed? Any guidance will be very much appreciated!!
Ken
I have found a macro on the net that might be the answer to my
earlier post:
http://groups.google.com/group/micr...s/browse_thread/thread/a7c2c08771e2ff5d?hl=en
if I can resolve this IF, Then statement syntax:
'If value in column J = LSearchValue, and column O or Q are empty,
copy entire row to Sheet2
If Range("J" & CStr(LSearchRow)).Value = LSearchValue &
Range("O").Value = "" & Range("Q").Value = ""
Then
I know that's not the correct way to do that, but can anyone tell me
what needs to be changed? Any guidance will be very much appreciated!!
Ken