I've a macro to select in column D all constants and delete them. The macro runs fine whenever there are constants in this column, and is as follow:
Columns("D:D").Select
Selection.SpecialCells(xlCellTypeConstants, 1).Select
Selection.ClearContents
However when there are no constant, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.