Based this url:
http://www.codicecatastale.it/regione/abruzzo
with the name of region for example:
C:\MYDIR\abruzzo.html
HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36
-
- Administrator
- Posts: 77302
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
Regards,
Hans
Hans
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
work but not idea to change the path to save file...HansV wrote: ↑10 Nov 2022, 19:46See for example Can i save a webpage source html dynamically using VBA in my local machine
-
- Administrator
- Posts: 77302
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
Change
to
Code: Select all
CachedFilePath = Environ("temp") & "\" & "ReplaceThisWithFilename" & ".html"
Code: Select all
CachedFilePath = "C:\MYDIR\abruzzo.html"
Regards,
Hans
Hans
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
HansV wrote: ↑10 Nov 2022, 20:10Change
toCode: Select all
CachedFilePath = Environ("temp") & "\" & "ReplaceThisWithFilename" & ".html"
Code: Select all
CachedFilePath = "C:\MYDIR\abruzzo.html" [/quote] tks! ops.... how to get all value in tag href of the new file?
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
sal21 wrote: ↑10 Nov 2022, 20:12HansV wrote: ↑10 Nov 2022, 20:10Change
toCode: Select all
CachedFilePath = Environ("temp") & "\" & "ReplaceThisWithFilename" & ".html"
Code: Select all
CachedFilePath = "C:\MYDIR\abruzzo.html" [/quote] . [/quote] tks! ops... how to get all value in tag href of table comuni, from the new file?
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36
Re: HOW TO SAVE COMPLETE HTML PAGE IN C:\MYDIR\
sal21 wrote: ↑10 Nov 2022, 20:37sal21 wrote: ↑10 Nov 2022, 20:12HansV wrote: ↑10 Nov 2022, 20:10Change
toCode: Select all
CachedFilePath = Environ("temp") & "\" & "ReplaceThisWithFilename" & ".html"
Code: Select all
CachedFilePath = "C:\MYDIR\abruzzo.html" [/code now work. tks! ops... how to get all value in tag href of table comuni, from the new file?
-
- Administrator
- Posts: 77302
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
-
- PlatinumLounger
- Posts: 4278
- Joined: 26 Apr 2010, 17:36