+ Reply to Thread
Results 1 to 2 of 2

data extraction

Hybrid View

  1. #1
    Registered User
    Join Date
    06-24-2021
    Location
    london
    MS-Off Ver
    2013
    Posts
    1

    data extraction

    classs.jpg

    
    Sub sell()
    Dim sk As Worksheet
    Dim u As Range
    Set sk = Sheets("sf")
    Dim i As Integer
    
    Dim ie As Object
    Dim document As HTMLDocument
    
    Set ie = Nothing
    Set ie = CreateObject("InternetExplorer.Application")
    
    ie.Visible = True
    For i = 2 To sk.Range("c" & Rows.Count).End(xlUp).Row
    'order no
    ie.navigate "Amazon Sign In" & Cells(i, "c") & "/"
    
    ' With HTMLDoc
    ' .all.Item("email").Value = "....."
    ' .all.Item("password").Value = "......"
    ' .all.Item("signInSubmit").Click
    ' End With
    Do
    DoEvents
    Loop Until ie.readyState = READYSTATE_COMPLETE
    
    Application.Wait (Now + TimeValue("0:00:08"))
    Set document = ie.document
    
    'Set tarih = HTMLDoc.getElementById("Order-Summary-purchase-Date-Value")
    Set u = Nothing
    Set u = document.getElementById("product-name-column-word-wrap-break-all")
    Range("d" & i).Value = u.innerText
    Set document = Nothing
    Next
    End Sub
    hello
    more-info-column-word-wrap-break-word
    product-name-column-word-wrap-break-all
    Order-Summary-purchase-Date-Value
    how can i get this data
    thanks

  2. #2
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,420

    Re: data extraction

    Cross-posted as MrExcel forum

+ 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. Outlook Extraction Tool - Ignore Signature Images Extraction
    By RXcel in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2020, 10:34 AM
  2. Replies: 1
    Last Post: 09-28-2019, 11:19 AM
  3. Data extraction help
    By JakeMann in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2012, 11:48 AM
  4. Help with Data Extraction
    By Bparker23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2011, 05:20 PM
  5. Row Data Extraction
    By ualtaf in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2010, 01:05 PM
  6. Data Extraction
    By damo in forum Excel General
    Replies: 1
    Last Post: 03-30-2008, 11:53 PM
  7. [SOLVED] data extraction
    By TUNGANA KURMA RAJU in forum Excel General
    Replies: 10
    Last Post: 02-27-2006, 08:35 AM

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