DiagramNode Object

  • Thread starter Thread starter avi
  • Start date Start date
A

avi

Hello,

I'm tying to use the DiagramNode object methods and properties in Office 2010 but it seems not recognized

The object is documented with XP version

Any help?

Avi
 
avi said:
I'm tying to use the DiagramNode object methods and properties
in Office 2010 but it seems not recognized
The object is documented with XP version

It might not be documented, but I think it should be "recognized". That is,
using DiagramNode should not result in an error. Does it?

I am not familiar with the DiagramNode property.

But according to the Office 2010 help page "Object Model Changes Since ...
2003" in Excel VBA (search for DiagramNode), it is "hidden", not "changed"
or "removed".

"Hidden" means deprecated and not recommended for use. In contrast,
"changed" means the syntax has changed; and "removed" means it is no longer
available.
 
Back
Top