Dim AttSel
AttSel= ActiveSelection.Item(0).Code
This is what I was looking for . AttSel will contain code of selected attribute. Same can be expended to entities if entities are being used on different subject area diagrams in a model.
Dim AttSel
AttSel= ActiveSelection.Item(0).Code
This is what I was looking for . AttSel will contain code of selected attribute. Same can be expended to entities if entities are being used on different subject area diagrams in a model.