International Cell Reference Issue

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.
 
J

junethesecond

Thanks for information.
For me, language differs,
but phenomina is the same.

If you wish to know univwersal name
,how would you like to use VBA?

Sub getUniversalName()
Debug.Print ActivePage.NameU
End Sub
 

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