ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
دانلود فایل بصورت بیت از اینترنت و ذخیره آنها در یک فایل
Sub timeout_for_bad_starts()
dlpath = "C:\DownloadedPics\"For i = 2 To 7imgsrc = Cells(i, 2)imgname = Cells(i, 1)result = URLDownloadToFile(0, imgsrc, dlpath & imgname & ".jpg", 0, 0)If result <> 0 ThenApplication.Wait (Now + TimeValue("00:00:03"))result = URLDownloadToFile(0, imgsrc, dlpath & imgname & ".jpg", 0, 0)End If'if the result is still zero, mark the failure somehow and move onNext iEnd Sub