Thread: Delete Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Saruman Saruman is offline
external usenet poster
 
Posts: 48
Default Delete Macro

Can anyone help with a macro to delete the contents of a single cell that
contains a date, when a second cell is changed with a new date. Have tried
using the Worksheet_Change event without any success.

My file has a manually entered date in cell E3 which triggers Conditional
Formatting. When an updated date for an annual report is entered in cell G3,
I need the date in cell E3 to be deleted. This also needs to function for
all the cells in column G downwards.

Thanks In Advance

Saruman