Hello,
I am trying to import data from a web page, but it fails although I use the exact syntax mentioned in the documentation.
Here is the code I use:
My_URL=https://www.jetairfly.com/fr/last-minute/charleroi/bejaia;
ObjectName = Open(My_URL, HTML Table(1));
Here is the error message I get:
Unable to read data from "https://www.jetairfly.com/fr/last-minute/charleroi/bejaia" in access or evaluation of 'Open' , Open( My_URL, HTML Table( 1 ) )
In the following script, error marked by /*###*/
ObjectName = Open/*###*/(My_URL, HTML Table( 1 ))
Could someone help ?
Thanks.