How to change the Position type in a ORG Chart through a macro

T

Tshelar

Hi Guys,
I have written a macro that imports data from a access database and creates
a Org Chart.
I want to change certain Positions depending on the text it contains to
Vacancy. How does one achieve this?

Thanks
Tushar
 
J

JuneTheSecond

objShape.Cells("TxtPinX").Formula = "Width*1.0"
would change x position of text to Width*1.0 of the shape.
 

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