Formulas can't delete cells.
And maybe you don't need VBA.
If the cell contains only the text: Past Due
Select that column
Edit|Replace
what: Past Due
with: (leave blank)
replace all
If the cell can contain other text besides that "Past Due" string:
Select that column
Edit|Replace
what: *Past Due* (the asterisks are wild card characters)
with: (leave blank)
replace all
ricksgma wrote:
>
> i need to know how to delete the contents of a cell when a column of dates
> contains the text "Past Due" using some type of formula or visual basic.
--
Dave Peterson
|