Hello,
I'm trying to create a range in vba where the row is equal to a match found in column B and the columns are CV, DF, DP, and DZ.
I've managed to get the Row number by doing the following:
Row = Application.WorksheetFunction.Match(Sheets("Sheet1").Range("A4")...