En début de module :
Public Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long
et pour télécharger :
'Download
URLDownloadToFile 0, "URL", "chemin du fichier ou tu veux sauvegarder la page", 0, 0
t'ouvre le fichier comme n'importe quel fichier texte
Message édité par Xxxaaavvv le 01-06-2016 à 10:34:59