Results 1 to 11 of 11

Thread: Sleeper: VBA Help on Excel to Web portal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    VBAX Regular
    Joined
    Jan 2017
    Posts
    9
    Location
    Sub testEdgeAuto()
    Dim obj As New WebDriver
    obj.Start "edge", ""
    obj.Get "weblink/nvoices/43531"
    obj.FindElementById("change_exported").Click
    Element details <button id="change_exported" class="buttonAsLink" type="button">&nbsp;(Change)</button>
    End Sub

    my invoices links are in excel Sheet1 and from A1 - A500, the macro has to just open 1 by 1 invoices in Edge and just click the Change button.

    Thanks
    Baigm
    Last edited by Aussiebear; 05-01-2023 at 05:32 PM. Reason: Added code tags to supplied code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •