I have an excel worksheet that has 4 columns that need to have data calculated in them, but the user might be inserting other columns between them. Via Visual Basic is there a way that I can track in my code where those columns have moved to? The headers of my 4 columns won't change (the first row of the spreadsheet is the label for each column).
