I am using this bit of code to identify what my user is clicking:
ShapeClicked = Visio.ActiveWindow.Selection.Item(1).text
simple enough. the problem is tho, the actual value of this the variable Shapeclicked.
it is [][][][]wan.25[]
i cant use that! how do i get just the wan.25 part?
ShapeClicked = Visio.ActiveWindow.Selection.Item(1).text
simple enough. the problem is tho, the actual value of this the variable Shapeclicked.
it is [][][][]wan.25[]
i cant use that! how do i get just the wan.25 part?