Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Has anyone come across the following problem? The code below works fine with Excel 2003, but in 2007 nodes.count always returns zero. Any hints appreciated! Many thanks, Tim Dim o As Shape For Each o In ActiveSheet.Shapes If o.Type = msoLine Then If o.Nodes.Count = 2 Then ..etc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Select Multiple Shapes | Excel Discussion (Misc queries) | |||
Formatting shapes with excel 2007 | Excel Discussion (Misc queries) | |||
Anchoring shapes when printing in Excel 2007 | Excel Discussion (Misc queries) | |||
Colors Shapes vs Cells (Excel 2007) | Excel Programming | |||
TreeView: add more than one node to nodes collection | Excel Programming |