data scraping

  1. V

    VBA/Data Scraping - Pulling (Today's) Bond Rates Into Excel

    Hello, I am trying to pull current market data (bond rates) into excel from the below link: https://rates.chathamfinancial.com/us-market/rates In short, I am trying to pull the rates for each respective term in the 'Current' column as per the highlighted below. I have been able to do this...
  2. A

    Data scraping of molar masses from website

    Hi All, I simply do not have the skill set to solve a problem I have. I am creating a database for my students of compounds in chemistry. I have an excel list of the compound names. I have also created a url link (using the concatenated function) that enables me to go to google and there I can...
  3. M

    Use a macro to edit VBA code

    I wrote a code to pull a table from a website. The website has a calendar feature and part of the web address can be edited to pull the correct table based on the preferred date. I tried to create a macro that deletes the current table, copies a cell for a new date, opens the code and pastes the...
  4. I

    VBA code scraping from google

    Respected Mentors, Please help , I have a excel VBA code that find the website URL's from the Name's of company'es but i also want to import email address as well from names or from website URLs from google or map. Many Thanks
  5. F

    VBA web data scraping from table

    Sub Scrambledata() Dim ie As Object, objInputs As Object Set ie = CreateObject("InternetExplorer.Application") ie.Visible = True ie.Navigate "http://www.scramble.nl/military-database/usaf" Do While ie.ReadyState <> 4: DoEvents: Loop...
  6. K

    Get Data From Amazon By sending a product search link from excel???

    I want to create a spreadsheet that will send a product link to amazon.com and have amazon send back certain product information to excel For example, here is a product link that would reside in the excel spreadsheet: Amazon.com: Corelle Livingware 16 piece Dinnerware Set, Service for 4...
  7. M

    EXCEL 2010: VBA: Download .csv file with dynamic name from a secure website

    Program: EXCEL 2010 OS: Windows 8.1 I am wanting to login to a site (I have a login script), navigate to a page, then download the `.CSV` file that will always end with a dynamic string due to it being 'custom'. I have tried to access the site by recording a macro. However, as the...
  8. M

    IE Automation Error: Permission Denied

    I need to be able to automate data scraping of property assessment data for work, and I keep getting Error 70: Permission Denied. The weird thing is that for testing purposes, I left IE visible and the page navigates correctly, but the debug error stops a process that seems to be working. I...
  9. M

    Pull Specific li Data From Webpage ul to Excel

    I am trying to create a macro that pulls (and will update) property auction data from auction.com. I am new to data scraping using vba and for each auction, I need to pull the Property Address (and maintain the hyperlink to the href address in Excel, ideally), Item #, Starting Bid, and auction...
  10. B

    Data scraping - VBA

    Hello :) I'm a total VBA newbie, but need to create a data scraping tool. I've managed to find something on YouTube that showed me how to do the majority of what I want, but it doesn't seem to be working. This is what I have so far: Sub ie_open() Dim iRet As Integer Dim strPrompt...
  11. S

    Internet data scraping

    There is a government website (http://www.mca.gov.in/) where there are details of every Indian public company. I want some data to automatically load in my excel sheet. Problem is that for every query sent to this site, a new window opens. I want to get the 'master data' but unable to write a...

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