L
lq495
How do you get a shape's text into a variable, when the shape is located on a
different page? I've played around with
Dim vsoCharacters1 As Visio.Characters
vsoCharacters1 =
Application.ActiveWindow.Page(PageName).Shapes.ItemFromID(50).Text
but it only returns "Out of Context"
different page? I've played around with
Dim vsoCharacters1 As Visio.Characters
vsoCharacters1 =
Application.ActiveWindow.Page(PageName).Shapes.ItemFromID(50).Text
but it only returns "Out of Context"