Code to save html page source code?
Hi,
I would need a VBA program that takes web address as input and saves a txt-file that includes the source code of the web page. I can do that already with send keys with Firefox, but I guess that's not very wise in a long run. I know how to write text files from string variables, but can a string variable hold any given web page source code (in other words, is there enough space)?
How to progress?
|