get custom property

F

Florin Capra

Hello,

Because I don't found a solution for the problem I have posted in
"dynamic connetor" post I ask something to find a work-around.

It is possible to get a custom property value from the Custom properties
window (having no access to the shape object, to use shape.get_Cells()
) ?

Thanks a lot !
 
F

Florin Capra

David said:
Florin,

No, don't go that way. Get the page or shape object and use
GetFormulas, unless you want individual custom properties, then
shape.Cells() or shape.CellsSRC() are fine.

Suggest you look at:
http://msdn2.microsoft.com/en-us/office/aa905478.aspx
http://visio.mvps.org/
http://msdn2.microsoft.com/en-us/library/aa245244(office.10).aspx

Hi David,

I know that way is very wrong but I wanted to try this way because I
didn't have any valuable idea.

To get any custom property, indeed, I use get_Cells() function.

Many thank for your help (also, at the previous post) !

Regards,
 

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