Hi all
Need to accumualte values from a repeating Vlookup using VBA but cannot get the Vlookup to take dynamic ranges
Sub test()
Dim myrange As Range
Set mytable = Worksheets("sheet2").Range("A1:I10")
Dim accum, mycol, myrow, currentval, Collimit As Integer
'Inial position to look
mycol = 4...