Consulting

Results 1 to 2 of 2

Thread: Recursive Procedure/Function Caller Tree

  1. #1
    VBAX Tutor
    Joined
    Mar 2010
    Posts
    287
    Location

    Recursive Procedure/Function Caller Tree

    Hi all...this is something I have been looking into for some time but I cannot find a solution anywhere.

    I have several functions and procedures (hundred). When I change one I need to know what others are affected. I have been using MZ-Tools procedure caller but it only works up to the parent level. I need to recursively trace all calling elements of all procedures to build a full tree view of relationships.

    Any ideas / code ?

    e.g.



    But recursively for all called > then extend to all relationships (this is a basic one)


  2. #2
    VBAX Tutor
    Joined
    Mar 2010
    Posts
    287
    Location
    A visual map with linked items would be better. This would be a large project to undertake, but would benefit the entire VB / VBA community.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •