So I've been messing around with this script for a while now.
I have two columns organized/formatted like so:
COLUMN A
C180.0001
C190.0022
C306.2201
COLUMN B
C180.0001.0234
C806.1123.1234
C190.0022.1234
C306.2201.4567
C306.2201.5431
I want this script to essentially take the Values in Column A, check them against Column B (note the xlPart in the code) then select all the values in Column B that contain anything from A. These values are then to be listed in column C
The code isn't working properly, I get an error "Subscript out of Range" on this line:
"Set r3 = Range(Range("C2"), Range("C" & UBound(iArray())))"
Also, when I DO get the script to work (sometimes it does) - it's not doing what I want, and it's not collecting the proper values.
Any help is greatly appreciated
Bookmarks