Im trying to count the empty cells, but its counting empty cells that are colored. Any way to not count empty cells that have a color to them.
Sub percentPage()
Dim bcheck As Boolean
Dim myCell
On Error Resume Next
'January
bcheck = Evaluate("isref(Jan_2018!A1)")
If bcheck Then...