Hi everyone,
The following web site lists 63 products (fragrances):
Dolce&Gabbana Perfumes And Colognes
Using VBA, I would like to extract all the links to each of the 63 products in an excel file. An example of an outcome would be:
/perfume/Dolce-Gabbana/Dolce-Gabbana-Pour-Homme-15336.html
Ideally I would like to specify the web site in a cell and the macro to go to the "view-source" page and extract all the data. The code should work in any given scenario as some brands have more than 200 products listed.
Thank you in advance.
The following web site lists 63 products (fragrances):
Dolce&Gabbana Perfumes And Colognes
Using VBA, I would like to extract all the links to each of the 63 products in an excel file. An example of an outcome would be:
/perfume/Dolce-Gabbana/Dolce-Gabbana-Pour-Homme-15336.html
Ideally I would like to specify the web site in a cell and the macro to go to the "view-source" page and extract all the data. The code should work in any given scenario as some brands have more than 200 products listed.
Thank you in advance.