S
Steve
How do I get the value of the field User.ShapeClass?
In VBA I have tried to address it like:
Vshapes.Item(i).Cells("User.PETagFormat.Value")
where Vshapes is my collection of shapes on the page. But I only get a 0 as
value....
Also tried to use
Vshapes.Item(i).CellsSRC("visSectionUser", "visRowUser" + 10,
"visUserValue")
Here I am not all sure about adressing the field - anyway it also doesn't
give the right values.
Any suggestions?
In VBA I have tried to address it like:
Vshapes.Item(i).Cells("User.PETagFormat.Value")
where Vshapes is my collection of shapes on the page. But I only get a 0 as
value....
Also tried to use
Vshapes.Item(i).CellsSRC("visSectionUser", "visRowUser" + 10,
"visUserValue")
Here I am not all sure about adressing the field - anyway it also doesn't
give the right values.
Any suggestions?