A voir également:
- Extraction données formulaire Word vers Excel
- Whatsapp formulaire opposition - Guide
- Word et excel gratuit - Guide
- Word 2013 - Télécharger - Traitement de texte
- Tableau word - Guide
- Liste déroulante excel - Guide
2 réponses
J'ai essayé avec :
For Each oShape In DocWord.Shapes()
Dim myObj As Object
Set myObj = oShape.OLEFormat.Object
If myObj.Value = True Then
Application.Workbooks(1).Worksheets(iPart + 1).Cells(i, j).Value = 1
Else
Application.Workbooks(1).Worksheets(iPart + 1).Cells(i, j).Value = 0
End If
Ca ne marche toujours pas...
For Each oShape In DocWord.Shapes()
Dim myObj As Object
Set myObj = oShape.OLEFormat.Object
If myObj.Value = True Then
Application.Workbooks(1).Worksheets(iPart + 1).Cells(i, j).Value = 1
Else
Application.Workbooks(1).Worksheets(iPart + 1).Cells(i, j).Value = 0
End If
Ca ne marche toujours pas...