View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Shapes.AddNodes Error on adding next point <0.25 away from prev po

Johannes,
Not that I use Shapes much, but XL2000 does not have "Shapes.AddNodes".
Anyway, a related issue may be:

http://www.mrexcel.com/archive2/67600/78336.htm

NickHK

"Johannes" wrote in message
...
I always get error message saying that the object or the method is not
supported when I call the AddNodes (or even draw polygon, the function

that
you input 2 Dimensional array of point coord) that is <0.25 on X or <0.25

on
Y away from prev point. As soon as I inc the value to equal or higher than
0.25, the error message dissapear. Is this a bug?