S
Stefan Rauchegger
I want to rearrange Subordinates and tried to call the trigger method
of the action-cell, but nothing happens
Public Sub ReLayoutShape(myShape As Shape)
'Shape mit ID=7 ... in diesem Fall ein Manager
ActiveWindow.Select myShape, visSelect
myShape.Cells("Actions.Row_1").Trigger
End Sub
This should be the proper Action (in accordance with Shapesheet)
Do I miss anything?
Can I give certain parameters to this action?
-which layout-type?
TIA
Stefan
of the action-cell, but nothing happens
Public Sub ReLayoutShape(myShape As Shape)
'Shape mit ID=7 ... in diesem Fall ein Manager
ActiveWindow.Select myShape, visSelect
myShape.Cells("Actions.Row_1").Trigger
End Sub
This should be the proper Action (in accordance with Shapesheet)
Do I miss anything?
Can I give certain parameters to this action?
-which layout-type?
TIA
Stefan