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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -