org Charts

J

jjohns

i was wondering how a sample code would like to naviage an org chart in visio through vba;
it should be able to change the properties of all the subordinates of a specifc manager;

so, if Mr. Joe has three ppl under him, i want to color all those three red..and so on

thx

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
M

Mark Nelson [MS]

Visio does not expose the logical connectivity of the org chart (i.e.
manager to employee), but you could follow the physical connectivity of the
diagram to determine what shapes are children of another shape. Use the
Connects object to find out about connections to a shape. There are some
examples of this in the Visio SDK.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


Jerrie said:
i was wondering how a sample code would like to naviage an org chart in visio through vba;
it should be able to change the properties of all the subordinates of a specifc manager;

so, if Mr. Joe has three ppl under him, i want to color all those three red..and so on

thx

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 

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