S
sureshsa_2000
Hi everybody,
I am using Visio 2003 in that I could programatticaly call Auto Arrang
Subordinates menu and select side by side option it works.
I used the below code
-------------start-----------
ActiveWindow.Selec
Application.ActiveWindow.Page.Shapes.ItemFromID(shpObj.ID), visSelect
Application.Addons("OrgC11").Run ("/cmd=layoutdlg")
ActiveWindow.DeselectAll
-------------End-----------
But I requires through code to atomatically select the option
Auto Arranage Side-By-Side to draw my chart .
If any one could help out it would be great.
Thanks in Advance
Suresh
I am using Visio 2003 in that I could programatticaly call Auto Arrang
Subordinates menu and select side by side option it works.
I used the below code
-------------start-----------
ActiveWindow.Selec
Application.ActiveWindow.Page.Shapes.ItemFromID(shpObj.ID), visSelect
Application.Addons("OrgC11").Run ("/cmd=layoutdlg")
ActiveWindow.DeselectAll
-------------End-----------
But I requires through code to atomatically select the option
Auto Arranage Side-By-Side to draw my chart .
If any one could help out it would be great.
Thanks in Advance
Suresh