Thread
:
MACRO TO CLEAR CELL CONTENTS
View Single Post
#
2
Posted to microsoft.public.excel.programming
Nick Hodge[_3_]
external usenet poster
Posts: 13
MACRO TO CLEAR CELL CONTENTS
Jay
Often a macro is an overkill. I use frequently other columns and a 'flag'
to determine rows to delete, eg. In a blank column, say F1)
=IF(OR(B1<NOW()-30,C1<NOW()-30),"x","")
This will put an x in the column where the dates in B1 OR C1 are less then
today - 30 days. You can the simply filter this and delete the rows.
Someone else will probably come up with a code solution, but just another
route
--
HTH
Nick Hodge
Southampton, England
"Jay Dean" wrote in message
om...
I have an Excel sheet on which:
1. columns B and D contain the same dates
down each column.
2. From column E and up contain data
** I am looking for a macro that will loop through
columns B and D. If it finds any row on which the
dates in B and D do not fall within the last month's
dates then
- it should clear those dates in B and D, and also
- clear all data on that row starting from Column E and
up.
- Where B and D do not contain any dates it
should do nothing.
I would appreciate your assistance very
much. Thanks.
Jay Dean
Reply With Quote
Nick Hodge[_3_]
View Public Profile
Find all posts by Nick Hodge[_3_]