View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Snowsride Snowsride is offline
external usenet poster
 
Posts: 20
Default Trigger copy on AfterUpdate event

I have a spreadsheet with data in columns A - J. Column D contains a listbox
with a Yes/No selection.

If a cell in column D value is 'No' I want to copy the data from cell A of
the same row to Sheet 2 column B. As the user moves down the data then each
selection from the corresponding cell in column D should trigger the event
and the data in A of that row should be copied to Sheet 2 column B.

Help appreciated.