Extraction données formulaire Word vers Excel
Fermé
jojolafripouille
Messages postés
2
Date d'inscription
jeudi 18 avril 2013
Statut
Membre
Dernière intervention
18 avril 2013
-
18 avril 2013 à 10:19
jojolafripouille Messages postés 2 Date d'inscription jeudi 18 avril 2013 Statut Membre Dernière intervention 18 avril 2013 - 18 avril 2013 à 16:21
jojolafripouille Messages postés 2 Date d'inscription jeudi 18 avril 2013 Statut Membre Dernière intervention 18 avril 2013 - 18 avril 2013 à 16:21
A voir également:
- Extraction données formulaire Word vers Excel
- Word et excel gratuit - Guide
- Liste déroulante excel - Guide
- Espace insécable word - Guide
- Supprimer une page word - Guide
- Organigramme word - Guide
2 réponses
f894009
Messages postés
17206
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
22 novembre 2024
1 711
18 avril 2013 à 11:25
18 avril 2013 à 11:25
Bonjour,
*With oShape.OLEFormat.Activate Enlevez : .Activate
*With oShape.OLEFormat.Activate Enlevez : .Activate
jojolafripouille
Messages postés
2
Date d'inscription
jeudi 18 avril 2013
Statut
Membre
Dernière intervention
18 avril 2013
18 avril 2013 à 16:21
18 avril 2013 à 16:21
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...