V
VKY
Hi,
The normal way to reference to a shape's cell on another page is:
Pages[PageName]!Sheet.1!PinX (e.g Pages[Page-2]!Sheet.1!PinX). This
works well in English Visio.
In other languages, e.g. German, Visio is unable to accept
Pages[Zeichenblatt-2]!Sheet.1!PinX. Using Visio's function below:
PageName(LangID_opt), according to the documentation, when LangID=750,
PageName(750) will return the universal pagename. When using PageName(),
by default Visio will return page name in local language.
The problem:
PageName(750) stills returns local language and not "Page-2". How can
this problem be overcome?
Thanks in advance.
The normal way to reference to a shape's cell on another page is:
Pages[PageName]!Sheet.1!PinX (e.g Pages[Page-2]!Sheet.1!PinX). This
works well in English Visio.
In other languages, e.g. German, Visio is unable to accept
Pages[Zeichenblatt-2]!Sheet.1!PinX. Using Visio's function below:
PageName(LangID_opt), according to the documentation, when LangID=750,
PageName(750) will return the universal pagename. When using PageName(),
by default Visio will return page name in local language.
The problem:
PageName(750) stills returns local language and not "Page-2". How can
this problem be overcome?
Thanks in advance.