Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear experts,
I need to compare 2 ranges of data by a concatenation of cells (for both). I have the following code For i = 1 To 10 Set f = sha.Range("a" & i & ":d" & i).Find(what:=shb.Range("a1:d1"), lookat:=xlWhole, LookIn:=xlValues) If Not f Is Nothing Then MsgBox f.Address Next i But it does not do what I want as it just stops the comparison at the first cell value, it does not concatenate the values of the range. Could you please help me? Many thanks in advance. Kind regards -- Valeria |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is SearchFormat parameter in cell.Find / Range.Find do? | Excel Programming | |||
Find End in Undefined Range Select Range Trim | Excel Programming | |||
Find the POSITION IN A RANGE of text in a string that matches value(s) in a range | Excel Programming | |||
Find dates in a range; then sum values in that range by a criteria | Excel Discussion (Misc queries) | |||
Range Question / error 1004: method Range of object Worksheet has failed | Excel Programming |