Hi,
I'm trying to identify the shape that a connector line is connected to. I have seen some answers to this question using macro's but I can't get these to work for me, also I only have Visio standard (not pro) so that seems to have some functionality missing. Ultimately I'd like to avoid using a macro if possible.
And... I think this could be possible via the ShapeSheet as I can see that the shape know's what it's connected to in the 1-D Endpoints section - it derives the Begin and End X and Y based on the object it's glued/connected to i.e.
BeginX=PAR(PNT(Sheet.518!Connections.X1,Sheet.518!Connections.Y1))
I tried pulling the sheet.518 out using =mid() but, unsurprisingly, that pulled info from the value
and not the formula 
So I want to dynamically identify that sheet.xxx object and then pull a property from it that is a more useful string of data - is that possible or do I
have to use a macro?
Thanks!
-James