View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karen McKenzie Karen McKenzie is offline
external usenet poster
 
Posts: 41
Default Remove Cell Contents Macro

I have a spreadsheet that will have information pasted in daily from another
source. How would I set code to automatically remove every occurance of
"Overall Result" from Column A. I know this is a worksheet change Event
Macro but I don't know the code to search in column A and remove these
entries.

Can anyone help?