Strange Exception : '-2032466969 (86db03e7)'

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top