Bonjour à tous, en Excel 2003 et XP, ce code tourne bien :
Mais avec Excel 2003 et Windows 10 erreur a la ligne suivante :Code:
1
2
3
4
5
6
7 With ActiveSheet.QueryTables.Add(Connection:= _ "URL;http://www.geny.com/partants-pmu/2017-06-26-saint-cloud-pmu-prix-mordant_c904229", _ Destination:=Range("a1")) .BackgroundQuery = True .Refresh BackgroundQuery:=False End With
Malgré beaucoup de recherches, je n'ai pas trouvé de solution.Code:
1
2.Refresh BackgroundQuery:=False
J'espère que vous pourez m'aider !