href

  1. M

    VBA HTML - accessing link with href="javascript:void(null)"

    I am attempting to use VBA code to navigate through multiple links with each taking me to a new destination each time (this from a VBA standpoint I understand). I have encountered a link with href="javascript:void(null)"... My question revolves around trying to dig deeper into the URL that...
  2. J

    Extract href link from source code using VBA

    Below is the source code which i am getting after browsing a website I just want to copy link /search/Listing/45678489?source=results in excel and want to know how to click it class="details" is same for all href links that i want copy while id keep on incrementing mk:1:mk, ms:2:mk and so on
  3. VBE313

    How do I make Python href a name in VBA

    ie.Document.getElementById("ctl00_ContentPlaceHolder1_grdMain").Click How do I include the Bars_0 part? Thanks
  4. M

    vba + html - accessing tab on website not working

    Hello all, When Im in the site, there are 2 tabs - wathlists and quotelists. Quotelists is the default. When I put the simple link to watchlists it pops up and then ends up jumping back to the main page: objIE.navigate "https://www... I have also tried clicking the tab but Im still new to...
  5. Sharid

    Extract a href from html

    I need to extract href from some html, how do i do this? this is the href= 'http://www.loungelizard.com I have html below <div class='c'></div> <div class='fl' style='width: 50%;'><a href='/'><img alt='Design Firm' class='fl' style='border: 0px; margin: 12px 0px 27px 20px;'...
  6. T

    VBA open href from link

    Is it possible to have VBA open a link in a cell, such as: <tbody> Zillow: Real Estate, Apartments, Mortgages & Home Values And then navigate to that link and open the county website link? Inspect the element shows this link, and I just want to open it or have it displayed in Excel. a...
  7. M

    Email HTML hyperlinks via VBA (href)

    Hi all, I am trying to use VBA to send emails in HTML format including hyperlinks. I am using the syntax HREF = "".... <a href="" ..... It works when I specify a link inside the function, such as www.google.com.<a href="" www.google.com"",="" etc. However, I am trying to reference a link...
  8. B

    Follow href in a class

    I am trying to click on several links in a web page. They are all within classes named "addressbox". There are multiple classes named "addressbox". The names of the links are different each time so I cannot name them in the code. I cannot get the code to click on the second link in each class...
  9. N

    No Source Code// Login Window Help

    I am having an issue trying to locate the USername/Password with code to enter my text. The javascript login page is a small window that pops up but contains no source code. How Can i locate the fields to enter my text?:(
  10. N

    Selecting HREF LINK

    Hello all Hopefully I figure this out before someone helps. :) I need to select a Login Link from an automated IE page. Its not a button click it is the following Java Script... a href = "#" ON Click = " Javascript : tryToLaunch() " > [ Titanium Login ] < / a >I was trying to no avail...
  11. N

    Accessing Accounts and Searching

    I have a list of accnts and need to automate ie, access my program with username, pw, etc. navigate links in the page (href) copy the account notes into excel and search the notes for whatever I input as a search term. I have been playing around with the VBA code and can get logged into the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top