View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jday Jday is offline
external usenet poster
 
Posts: 50
Default Execute code when grouping buttons used

I was hoping to find a Worksheet command that could identify when a row
grouping was expanded or collapsed by user, then execute some additional code
immediately following the completion of that action. I thought it might work
with either Worksheet_Change or Worksheet_Calculation, but neither of these
seem to work. Any ideas?