Need to find a way to loop this macro through every other column
问题 I have written a macro that to return specific values in one cell based on a vlookup of the concatenated values of two other cells. This macro may need to run in every other column for 30 columns. Is there a way that I can loop this, so that I don't have to type out 30 variations? Here is the section of code that I am referencing: Cells.Select ActiveWorkbook.Worksheets("Vendor Request").Sort.SortFields.Clear ActiveWorkbook.Worksheets("Vendor Request").Sort.SortFields.Add Key:=Range( _ "F2:F"