If WorksheetFunction.CountA(Range("M28:M1000")) > 0 Then
Because each cell in the range contain a formula the line of code will
always return true regardless if no result has been returned by any of the
formulas. Can anyone tell me if the code can be changed to only return true
if there is a result in any of the cells.
Thank U
Pat
Bookmarks