Is there a way to check if two cells are formatted differently?
I'm trying to use this:
But I get an "object doesn't support this property or method" error.![]()
If oSht.Cells(i + 10, 6).Format <> oSht.Cells(i + 11, 6).Format Then GoTo SkipBlanks End If
Bookmarks