Show shapesheet by item ID?

M

Michael Pollard

Is there a way to open the shapesheet for an item with a known ID? I have the
item number, but I cannot find it on the page. When I look up the PinX and
PinY, there is nothing visible there, and I have all layers shown.
 
J

JuneTheSecond

How would you feel about this?

ActivePage.Shapes.ItemFromID(myID).OpenSheetWindow
 
M

Michael Pollard

YAY!

And I repeat, YAY!

Thank you very much!
------------------------------
 
Top