View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joeu2004[_2_] joeu2004[_2_] is offline
external usenet poster
 
Posts: 829
Default DiagramNode Object

"avi" wrote:
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.