Import data from website into excel using VBA

kipulbiu

New Member
Joined
Aug 14, 2016
Messages
36
Hello,

I was wondering if anyone could help

For each horse meeting ( Réunion 1, 2, 3 etc. ) I would like a VBA macro to be able to import into exce all the following information from this free website.

http://www.geny.com/reunions-courses-pmu?date=2018-08-29

Column A: Date
Column B: race time ( Hours )
Column C: Meeting ( Reunion R1, R2,etc.)
Column D: Horse course name ( Deauville, Vincennes etc.)
Column E: Race number ( 1ere, 2eme etc..)
Column F: Horse 1 from ( Le pronostic located under the runners list table called: Partants )
Column G: Horse 2 from ( Le pronostic located under the runners list table called: Partants )
Column H: Horse 3 from ( Le pronostic located under the runners list table called: Partants )
Column I: Horse 4 from ( Le pronostic located under the runners list table called: Partants )
Column J: Horse 5 from ( Le pronostic located under the runners list table called: Partants )


The 2 following links might be of use:

http://www.geny.com/reunions-courses-pmu/_d2018-08-29?#reunion1
http://www.geny.com/partants-pmu/2018-08-29-deauville-pmu-prix-du-bocage-normand_c998685

Example for the first 3 races in the meeting one today:

DateHoursReuRace courseRace NBH1H2H3H4H5B1B2
29/08/201813:47R1Deauville 1ere1161464
29/08/201814:20R1Deauville 2me89631

<colgroup><col><col><col><col><col><col span="7"></colgroup><tbody>
</tbody>

I hope the above is clear and that you are in a position to help

Thank you in advance

Bruno
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,215,113
Messages
6,123,165
Members
449,099
Latest member
afishi0nado

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