R
rob nobel
I'm using the following to locate the next blank cell.
ActiveSheet.Range("G6000").End(xlUp).Offset(1, 0).Select
I find though, that if the cells have a formula in them that even if the
value is blank, this procedure thinks otherwise. How can this be amended to
ignore the formula, which is =IF(A37=TRUE,F37,) down the column.
Rob
ActiveSheet.Range("G6000").End(xlUp).Offset(1, 0).Select
I find though, that if the cells have a formula in them that even if the
value is blank, this procedure thinks otherwise. How can this be amended to
ignore the formula, which is =IF(A37=TRUE,F37,) down the column.
Rob