Problem with Double Click option in Visio2013

Started by harsha652, July 16, 2014, 06:56:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

harsha652

Hi,

Recently i have migrated from Visio 2010 to 2013.

Double Click Feature for Main and Sub Shapes.

Main Shapes: Macro gets enabled and attributes of the block will be displayed
Sub Shape: It will allow to edit the name of the shape

Problem in 2013:

When i double click the Main Shape, Macro gets enabled but for some reason the sub shape gets selected and Macro is not working.

Thanks.

Croc


harsha652


Is there any Macro to edit Group Properties, Especially Select Mode?

Thanks.

harsha652

I got it. The below code works for getting select mode

VisiShape.Cells("SelectMode")


Thanks!