Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For Each Cell In rngA
If Cell < "xxx" Then With Cell If Application.CountIf(rngZ, .Value) = 0 Then Cells(rw, 3).Value = .Value rw = rw + 1 End If End With End If Next Cell For Each Cell In rngB If Cell < "xxx" Then With Cell If Application.CountIf(rngZ, .Value) = 0 Then Cells(rw, 3).Value = .Value rw = rw + 1 End If End With End If Next Cell For Each Cell In rngC If Cell < "xxx" Then With Cell If Application.CountIf(rngZ, .Value) = 0 Then Cells(rw, 3).Value = .Value rw = rw + 1 End If End With End If Next Cell ******** Thanks !!! ******** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't change part of an array | Excel Worksheet Functions | |||
change array to simple columns | Excel Discussion (Misc queries) | |||
How can I change a # in an array formula for a whole column? | Excel Worksheet Functions | |||
warning: cannot change part of an array. how do I by pass this? | Excel Worksheet Functions | |||
How to change this into array ? | Excel Programming |