What's the easiest what to determine the position of a range within another range via VBA?
In my case, I want to know what column (not the column number) a range falls within another range?
For example:
Range("C1") in Range("C1:G1")
Range("N1") in Range("L1:O1")
I would like to know that C1...