G
Guest
How would I write an if statement to select all the cells in a column that are marked true, and then move those true rows somewhere else?
are marked true, and then move those true rows somewhere else?desperate said:How would I write an if statement to select all the cells in a column that
").AutoFilter Field:=1, Criteria1:="TRUE"are marked true, and then move those true rows somewhere else?desperate said:How would I write an if statement to select all the cells in a column that
from the first sheet, I want to just copy them onto the second sheet. Howdesperate said:Thank you. This coding helps very much, but I don't want to cut the rows