+ Reply to Thread
Results 1 to 2 of 2

Parent child - object doesn't support this property or method

  1. #1
    Registered User
    Join Date
    03-09-2016
    Location
    Houston
    MS-Off Ver
    2013
    Posts
    1

    Question Parent child - object doesn't support this property or method

    I am trying to scrape data from this website. I am almost done. But for a href that is located in child element that i am not able to reach. Please run the code below. There should be an error "object doesn't support this property or method". I tried ele.children.href NOT SOLVED. Thanks in advance!


    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    11-09-2009
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Parent child - object doesn't support this property or method

    I had a quick look as was working on similar things. Noticed that you are trying to access the attribute of a child anchor <a> node.
    I suggest in the cases where the href and innertext is being extracted, the following:
    • use getElementsByTagName to obtain the anchor child element
    • use getAttribute on the anchor element to extract the href

    Example:
    Please Login or Register  to view this content.
    If preferred, it is also possible to access without a creating an HTMLHtmlElement object.
    Please Login or Register  to view this content.
    Note, the spelling of innerText has capital 'T'. To use HTMLHtmlElement please as add Microsoft HTML Object Library reference.

    Hope this helps.
    Last edited by ducky_yeng; 03-11-2016 at 05:51 PM. Reason: Add references
    Please click * if the answer was helpful.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Object doesn't support this property or method
    By Apple1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-30-2014, 12:09 AM
  2. Object doesn't support this property or method
    By amartino44 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-17-2013, 10:05 AM
  3. object doesn't support this property or method
    By teowchy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-16-2013, 03:16 AM
  4. Object Doesn't support this property or method Error
    By andrew c. in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2011, 02:07 PM
  5. error '438', Object doesn't support this property or method.
    By ironmonkey888 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-23-2010, 09:23 AM
  6. [SOLVED] Object doesn't support this property or method
    By davegb in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-29-2007, 08:23 AM
  7. 438 - Object doesn't support this property or method
    By Revtim in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-12-2005, 05:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1