Hello There,
I would like to know how can I extract website data using VBA. Currently the below manual procesure is followed. I would like to do this using excel VBA
The following is the manual procedure followed:
1. Go to website: https://www.msc.com/nld
2. Click Tab "TRACK A SHIPMENT" and Enter Container Number 'CAIU2704696' and click Search (Magnifying icon)
3. Results are displayed
4. Data not found: If the Container Number is not found then the message 'No Matching tracking infomration. Please try again' is displayed
In Step 3, I would like to extract the following data along with their Header in a worksheet:
A. Field Final POD ETA (in Column A1)
B. Section Movments (all records) ( From Column A5 onwards)
If data is not found then print a message in the worksheet "Data not found"
Look forward to hearing from you.
Many thanks & regards,
Don
I would like to know how can I extract website data using VBA. Currently the below manual procesure is followed. I would like to do this using excel VBA
The following is the manual procedure followed:
1. Go to website: https://www.msc.com/nld
2. Click Tab "TRACK A SHIPMENT" and Enter Container Number 'CAIU2704696' and click Search (Magnifying icon)
3. Results are displayed
4. Data not found: If the Container Number is not found then the message 'No Matching tracking infomration. Please try again' is displayed
In Step 3, I would like to extract the following data along with their Header in a worksheet:
A. Field Final POD ETA (in Column A1)
B. Section Movments (all records) ( From Column A5 onwards)
If data is not found then print a message in the worksheet "Data not found"
Look forward to hearing from you.
Many thanks & regards,
Don