I have several sheets that have cells with no entry and sometimes they a null or blank or ")" etc. They mess with my formulas.
So I though this would make them all the same, but it wont run. Any help is appreciated. What am I missing?
FYI - it is formulated as a table - is that why it errors out?
Sub AddSpaceBlankCells()
ActiveSheet.UsedRange.SpecialCells(xlBlanks).Value = " "
End Sub
So I though this would make them all the same, but it wont run. Any help is appreciated. What am I missing?
FYI - it is formulated as a table - is that why it errors out?
Sub AddSpaceBlankCells()
ActiveSheet.UsedRange.SpecialCells(xlBlanks).Value = " "
End Sub