G
Gief
I define a custom property (e.g. name is "Action")
manually in a Visio (2002) drawing and then try to read
the content using a vb code, but I get only the error :
Unexpected end of file.
Code sample:
Sub GetItem()
With ActivePage
Set obj = .Shapes("Sheet.6").Cells("User.Test1")
End With
End Sub
What's wrong?
Thx.
Heinrich
manually in a Visio (2002) drawing and then try to read
the content using a vb code, but I get only the error :
Unexpected end of file.
Code sample:
Sub GetItem()
With ActivePage
Set obj = .Shapes("Sheet.6").Cells("User.Test1")
End With
End Sub
What's wrong?
Thx.
Heinrich