Download file using WinHttp & ADODB method

I already described 2 methods how to download file from URL in one of my old articles. They are really good, but not the only methods. In this article I’m going to present the way to download file using WinHttp & ADODB method.

Continue reading “Download file using WinHttp & ADODB method”

How to download file from URL?

Until now I was only writing about HTTP methods, but did not really describe the final trick to download the file from URL. In today’s article I want to present You and compare two methods of downloading files from URL – URLDownloadToFile function and saving byte array to file method.

How to download file from URL URLDownloadToFile
Continue reading “How to download file from URL?”

XMLHttp vs WinHttp – speed comparison

Time is money and money is time. Everyone wants to have better and faster macros. So do You. In today’s article I am going to do speed comparison between XMLHttp and WinHttp methods.

XMLHttp vs WinHttp - speed comparison fast and furious
Continue reading “XMLHttp vs WinHttp – speed comparison”