Hi,
Does anyone have any ideas how I can navigate to a URL and save it as Text File. Essentially, I want to do a File¦Save As¦C:\temp\abc.txt although automatically in VB.
It's important that the file gets saved as a true text file rather than a saved HTM file as .txt. I don't want all the HTML... just a saved txt intepretation of the htm file.
I'm currently using an API (URLDownloadToFileA) but this saves as a htm file.
Anyone help?
Cheers,
Marcus.
Does anyone have any ideas how I can navigate to a URL and save it as Text File. Essentially, I want to do a File¦Save As¦C:\temp\abc.txt although automatically in VB.
It's important that the file gets saved as a true text file rather than a saved HTM file as .txt. I don't want all the HTML... just a saved txt intepretation of the htm file.
I'm currently using an API (URLDownloadToFileA) but this saves as a htm file.
Anyone help?
Cheers,
Marcus.