Hi all,
Any ideas why this nested loop is staying on just one row and not pulling down? Thanks in advance - CatLadee
r = 1
For intOuter = 1 To intOptions - 1
For intInner = intOuter + 1 To intOptions
With Range("Output_Tbl")
.Offset(r, 0).Value = intPairs...