View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Cell Change Event

The title line should read:

Private Sub Worksheet_Change(ByVal Target as Range)


"Edd" wrote:

Is there a change event for a specific cell?