View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Hanley Mark Hanley is offline
external usenet poster
 
Posts: 6
Default Venn diagram macro in VBA.

I need to create a Venn diagram with three circles and insert names
into each section based on three sets of values. I'm wondering if the
drawing API in VBA would be up to the job. I need to be able to
position the names with x and y coordinates so that they are in the
right section (i.e. I don't want to just plop them in a cell which is
close to the region you want the name to be in). The diagram should be
printable.

I want to use excel for portability and simplicity.

I'd really appreciate any thoughts you may have on whether this sounds
feasible and, if so, how you would approach it.

Best regards

Mark