Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Can Firefox browser be used to datascrape via Excel VBA?

more options

Now that Microsoft has sunsetted IE, datascraping is not straight forward. I like firefox browser and would like to use it to datascrape from websites into Excel via VBA. Does Selenium work? Any other solutions?

Now that Microsoft has sunsetted IE, datascraping is not straight forward. I like firefox browser and would like to use it to datascrape from websites into Excel via VBA. Does Selenium work? Any other solutions?

Alle Antworten (1)

more options

Firefox does not run ActiveX controls (COM objects).

Since you write VBA, you can run your code from inside Excel and it will use the IE plumbing.