Worksheets("Tables and Calcs").Cells(i + 126, 11).Value = Application.VLookup("MBH", Worksheets("Tables and Calcs").Range("B117:DY120"), Application.Match(Worksheets("Tables and Calcs").Cells(i + 126, 4), Worksheets("Tables and Calcs").Range("B117:DY117"), 0))
Worksheets("Tables and Calcs").Cells(i + 126, 13).Value = Application.VLookup("GPM", Worksheets("Tables and Calcs").Range("B117:DY120"), Application.Match(Worksheets("Tables and Calcs").Cells(i + 126, 4), Worksheets("Tables and Calcs").Range("B117:DY117"), 0))
Worksheets("Tables and Calcs").Cells(i + 126, 15).Value = Application.VLookup("WPD", Worksheets("Tables and Calcs").Range("B117:DY120"), Application.Match(Worksheets("Tables and Calcs").Cells(i + 126, 4), Worksheets("Tables and Calcs").Range("B117:DY117"), 0))
When I run this, the "WPD" line is giving the same values as the "MBH" line, and only 2 of the 3 lines will work correctly at any time, in any order...
Any idea what might be going on here?![]()
Bookmarks