View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SUNIL SUNIL is offline
external usenet poster
 
Posts: 11
Default private sub- which procedure called it


When i run a macro that changes a cell the code below is run.
What i need to know is which procedure caused the code below to be called.


Private Sub Worksheet_SelectionChange(ByVal Target As Range)

which macro procedure has called this routine ?

.....run code depending on which procedure has called this sub routine

End sub