I have created code that allows me to create a flowchart based on data
on a seperate sheet. When I run the macro, it automatically builds the
flowchart, but I also want it to be able to able to continue down a
decision block when the need arises.

For example,
I am pulling data from a sheet in my workbook labelled data for
flowchart. My macro creates a flowchart that has a, b, c, d, and then
decision block e on a different sheet in the workbook. I would like to
be able to put process f1 linear to e and then process f2 below the
decision block, with g2, h2, i2 all showing in line after f2. Then
process g1, h1, i1 all showing up in line after f1. If anyone can
think of a way to help me on this, I would appreciate it. If you need
more info, please let me know and I will post it.