Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi group,
I have found a macro on the net that might be the answer to my earlier post: http://groups.google.com/group/micro...71e2ff5d?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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Correct Syntax | Excel Discussion (Misc queries) | |||
COMPARING DATES with nested IF not working- Syntax is correct though | Excel Discussion (Misc queries) | |||
Correct VBA syntax | Excel Discussion (Misc queries) | |||
what is the correct syntax for an allowable circular reference? | Excel Discussion (Misc queries) | |||
Previous Post - Correct Syntax Query | Excel Worksheet Functions |