Hi
Got to be a way to do this I filter by column A and it shows if any cells are blank but text in B to G
I manually type in Blank I use a simple macro to do this bit it only works in the last cell is there a better way below is what I use.
ActiveSheet.Range("$A$1:$G$3000").AutoFilter Field:=1, Criteria1:="="
Range("B65000").End(xlUp).Offset(0, -1).Select
ActiveCell.FormulaR1C1 = "Blank"
Any help would be good
Got to be a way to do this I filter by column A and it shows if any cells are blank but text in B to G
I manually type in Blank I use a simple macro to do this bit it only works in the last cell is there a better way below is what I use.
ActiveSheet.Range("$A$1:$G$3000").AutoFilter Field:=1, Criteria1:="="
Range("B65000").End(xlUp).Offset(0, -1).Select
ActiveCell.FormulaR1C1 = "Blank"
Any help would be good