excel - Vba that will only select rows where cells in column are marked "x" -
I am looking for a VBA code that will look at a specific column like A and select only those rows whose Near cells are marked with an "x".
sub-selection line () Range set in the form of dim column as range dim If an INStr (1, c, "x") for each cell in the column range ("A: A") for each column in column range ("A: A") then 'if' in the cell is 'x' then c.EntireRow Select line end next C & sub
Comments
Post a Comment