View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrt mrt is offline
external usenet poster
 
Posts: 70
Default 2007: Connectors IDs on charts changed

Hi There,

Just to let you know that the id of the connectors on shapes like charts
have changed.

It used to be
1
2 4
3

It is now
4
3 1
2

Quite a change! Don't be surprised if your code for versions 2003 and lower
gives weird results on 2007.

My code is now full of If (Val(Application.version <12) then ... else ....

MrT