Drawing a Flow Chart / Schematic / (tree diagram?)

D

dransfield

I'm trying to write some code that will draw a schematic diagram from
a list of nodes and connections.

Eg.

Nodes:

Fred
Charlie
Alice
Erbert

Connectors:

Fred to Alice
Charlie to Alice
Alice to Erbert

...........and then I want Excel to be able to 'draw' the diagram.

I've started writing some logic which looks at each node, counts the
number of connections, etc, but I wondered if any of you guys had done
this sort of thing already (so I may "stand on the shoulders of
giants", etc.).

TIA

Dransfield
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top