Y
Yoann Pearson
Each time I execute my code, i get this exeption! But it
is undocumented, and it points to this line :
Set LocalShape = objNodeShape.Shapes(box).Duplicate
For wich LocalShape, objNodeShape are declared As shape
box is an integer with value of 1
and objNodeShape does have shapes inside him
If I resume the code after debugging it, it works
perfectly, and ends with the expected results. But how can
I escape this error???
I've tried the On Error Resume Next, but my half the code
isn't executed when i do it
is undocumented, and it points to this line :
Set LocalShape = objNodeShape.Shapes(box).Duplicate
For wich LocalShape, objNodeShape are declared As shape
box is an integer with value of 1
and objNodeShape does have shapes inside him
If I resume the code after debugging it, it works
perfectly, and ends with the expected results. But how can
I escape this error???
I've tried the On Error Resume Next, but my half the code
isn't executed when i do it