View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
md903 md903 is offline
external usenet poster
 
Posts: 1
Default afterupdate event in Excel

I would like to add an AfterUpdate action to a cell to clear the contents of
a second cell. For example, if the contents of cell A1 changes, I want it to
clear the contents of cell B1. Cell A1 will be updated manually.