mit VBA Excel Programmierung WEB Seite bedienen

  • Automatisches Aufrufen einer WEB Seite, einloggen, input, button press, data download u.a mittels VBA Excel Programmierung kann mit InternetExplorer über Microsoft HTML Object Library getätigt werden z.B.
    MSHTML.HTMLDocument
    MSHTML.HTMLInputElement
    MSHTML.IHTMLElementCollection
    HTMLDoc.getElementsByTagName("input")
    htmlInput.Click
    u.a.

    Wie kann man dies mit VBA Excel und FireFox bewerkstelligen ?