I am using this script in a macro and it runs fine but if it runs a second time and nothing has changed it geves me an error. How can I protect against that?
' pad Spaces
ActiveSheet.UsedRange.SpecialCells(xlBlanks).Value = " "
<strike></strike>
' pad Spaces
ActiveSheet.UsedRange.SpecialCells(xlBlanks).Value = " "
<strike></strike>