View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
John Menken John Menken is offline
external usenet poster
 
Posts: 21
Default List of Direct and Indirect Reports

We don't know what group any one employee is in.
What we know is that person's managerEmployeeID number.
Therefore through a recursive query we should be able to arrive at the
answer.
I used to do this with loops in a web programming language but I do
not know how to go about it in Visual Basic for Excel.
Thank you.