• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. C

    VBA code to click a link.

    >>> use CODE -tags <<< Private Sub Button2() Dim ie As InternetExplorerMedium Dim BlankFound As Boolean Dim x As Long If Cells(2, 6) = "" Or Cells(2, 6) = "Call ID" Then Exit Sub End If Set ie = New InternetExplorerMedium ie.Visible = True ie.Navigate...
  2. C

    VBA code to click a link.

    Hi Guys, Please can anyone help with the code to click the link in the following: <A style="COLOR: black" href="../track/detail.do?ID=2473543">2473543</A> The ID number at the end of the link will be changing, (I found when I copied the ID from another excel sheet the format it copied it in...
Back
Top