Need help to access property from an other page [CLOSED]

Started by ziorg, January 30, 2024, 09:50:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ziorg

hello,
assuming I have two pages named "ici" and "la"  in my visio document.
the page "ici" itself have one property named "ClientDocNum" ( accessible in any shape in this page via: ThePage!Prop.ClientDocNum)

any clue to use in the page "la" the "ici" page ClientDocNum property ?

something like pages["ici"].ThePage!Prop.ClientDocNum

Thanks for your help

ziorg

reply to myself :

=Pages[ici]!Shape.0!Prop.ClientDocNum
no " and Shape.0 instead of ThePage