Le bout de code suivant :
Dim Obj As Object
ThisDocument.InlineShapes(1).OLEFormat.Open
Set Obj = ThisDocument.InlineShapes(1).OLEFormat.Object
Obj.Worksheets(1).Range("A1").Copy
Ne marche pas. J'ai des tableaux words et un tableau excel. Comment je fais pour être sur d'accéder au tableau excel ? La j'ai un message d'erreur à la troisième ligne qui me dit que la méthode worksheet n'appartient pas à obj. J'imagine qu'obj ne pointe pas mon tableau excel. Ou alorsj 'ai fait une erreur ailleurs ?
Merci
jb
