I would like to check the properties of all the elements in a project with a wizard.
With symbols (element.type = 129) I would like to see the type of the elements grouped in the symbol (as I can do watching the exported XML page that contains it) but via VBA I can't.
I can access the properties of the included elements with
"ObElement.DynProperties("Elements[" & DynPropIndex & "]"
But from there I can't understand the type of the element.
How can I do?
Thanks.