I have a large spreadsheet that requires the user to imput data into 109 cells and then the sheet calculated the remaining cells through iteration (there are various circular references). I wish to view all the dependent cells of a single selected cell in a flowchart format (not just the arrows you get when you press the 'trace dependents' button). If this must be done using a macro I'm fine with that, I would just like to know the code I should use, or if there is simply a series of buttons I can press outside of the VBE that'd be nice as well, I just want to be able to view the full list of dependent cells of a single selected cell in a flowchart format. Thanks in advance!