Visio Guy

Visio Discussions => ShapeSheet & Smart Shapes => Topic started by: tbcarlson on January 12, 2009, 03:49:57 PM

Title: Shapesheet EventDblClick to open ShapeData?
Post by: tbcarlson on January 12, 2009, 03:49:57 PM
Is there a Shapesheet EventDblClick formula that I can apply to allow users to view the Shape Data for a particular shape without having the Shape Data window open all the time? Or perhaps a formula to open the Shape Data dialog box? I'd like my users to have a fairly uncluttered main window, with quick access to the underlying data (stored in an .xls) linked to the individual shapes in the diagram. It's too much to display for all shapes all the time.

Thanks. (and sorry if this info is already posted. I'm a novice and have not been able to find it.)
Title: Re: Shapesheet EventDblClick to open ShapeData?
Post by: vojo on January 12, 2009, 03:56:24 PM
in the double click cell.....docmd(1312)

there are lots of docmd commands than can help things
Title: Re: Shapesheet EventDblClick to open ShapeData?
Post by: tbcarlson on January 12, 2009, 07:48:55 PM
Thanks very much. I appreciate the help.