A voir également:
- [VBA] copier données de IE vers excel
- Liste déroulante excel - Guide
- Trier des données excel - Guide
- Word et excel gratuit - Guide
- Comment copier une vidéo youtube - Guide
- Déplacer colonne excel - Guide
2 réponses
Je reponds tard mais si une perso cherche est en à besoin,
J'ai trouvé çà.
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://tonsite.fr", _
Destination:=Range("a1"))
.BackgroundQuery = True
.TablesOnlyFromHTML = True
.Refresh BackgroundQuery:=False
End With
J'ai trouvé çà.
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://tonsite.fr", _
Destination:=Range("a1"))
.BackgroundQuery = True
.TablesOnlyFromHTML = True
.Refresh BackgroundQuery:=False
End With