Temjeh
XLDnaute Accro
Bonjour à tous
Suite à un post d'aujourd'hui ca ma inspiré pour une question concernant l'importation de données sur le web.
Dans un uform sous un bouton j'ai ceci qui fonctionne très bien(qui viens de donnée externe):
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://findaperson.canada411.ca/10649/search/Replay?search_id=20151390468837293141&lower=11", Destination:=ActiveCell)
...
J'ai aissayé apeuprès toutes les facons pour lui dire de prendre l'adresse du textbox1:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;"" & Textbox1.text", Destination:=ActiveCell)
...
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;"& Textbox1.value, Destination:=ActiveCell)
...
Merci beaucoup pour votre aide
Temjeh
Suite à un post d'aujourd'hui ca ma inspiré pour une question concernant l'importation de données sur le web.
Dans un uform sous un bouton j'ai ceci qui fonctionne très bien(qui viens de donnée externe):
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://findaperson.canada411.ca/10649/search/Replay?search_id=20151390468837293141&lower=11", Destination:=ActiveCell)
...
J'ai aissayé apeuprès toutes les facons pour lui dire de prendre l'adresse du textbox1:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;"" & Textbox1.text", Destination:=ActiveCell)
...
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;"& Textbox1.value, Destination:=ActiveCell)
...
Merci beaucoup pour votre aide
Temjeh