programatically drawing flowchart in excel

  • Thread starter Thread starter vmalve
  • Start date Start date
V

vmalve

Hi,
I want to programatically draw the flowcharts in the excel ie code need
to call excel APIs to generate the flowchart.
I wanted to have -
1. Some readymade code for the same.
2. Least there is some solid code for drawing shapes/connectors etc
3. Any references you feel will help.

Thanks
 
I wrote an add-in that does this, and I wasn't able to find much on the
web. The easiest way to start off would be to record macros of the
actions you want to automate and fine tune them from there.


HTH,

Nick Hebb
http://www.breezetree.com
 
Back
Top