I have a series of VBA codes written in Excel to update a number of graphs. However, one section of code is returning the graph results for the code directly preceding it. Here is the code in question -
Code:
Sheets("Monthly SuperMetrics Data").Select
Cells(4, 1).Select
Do Until Selection = ""
        If Selection = "% of Total VDP Views for New Vehicles" Then
        varRow = ActiveCell.Row
...