View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay Dean Jay Dean is offline
external usenet poster
 
Posts: 154
Default MACRO TO CLEAR CELL CONTENTS

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