Hi Guys,
I have the below code.
How do i loop through both loops at the same time?
Example
B2 & C2
B3 & C3
B4 & C4
At the moment it will loop through one at a time.
Any help is greatly appreciated.
Thanks
Set xRg1 = Sheets("Sheet1").Range("B2:B6")
Set xRg =...