Hi, Im somewhat used to dealing with Excel and Macros, not so much with retrieving data using WebQuerys. Ive been trying to find a solution to this all over the place, but IÂ’ve had no success so far, so I would greatly appreciate any help on the matter
Basically, I have a table of 10000 trademark numbers, and itd be extremely useful if I could obtain a certain date out of a webpage, regarding the priority date of each of them (defined as “Fecha presentacion solicitud otorgada” in the website).
Each trademark has its own particular website, definide as:
http://www.oepm.es/es/signos_distintivos/resultados_expediente.html?mod=M&exp=trademarknumber&bis=
So for example, trademark number 2359879, will have the following unique site:
http://www.oepm.es/es/signos_distintivos/resultados_expediente.html?mod=M&exp=2359879&bis=
Using my list of trademark numbers in Excel and the function CONCATENATE, Ive made a column right next to it, that contains all the links to the corresponding website of each and everyone of the trademarks.
IÂ’ve tried recording a Macro, but the WebQuery doesnÂ’t detect the table and I donÂ’t know how to obtain that particular piece of data (date next to Fecha presentacion solicitud otorgada).
Thanks in advance for any help or input on the matter.
Basically, I have a table of 10000 trademark numbers, and itd be extremely useful if I could obtain a certain date out of a webpage, regarding the priority date of each of them (defined as “Fecha presentacion solicitud otorgada” in the website).
Each trademark has its own particular website, definide as:
http://www.oepm.es/es/signos_distintivos/resultados_expediente.html?mod=M&exp=trademarknumber&bis=
So for example, trademark number 2359879, will have the following unique site:
http://www.oepm.es/es/signos_distintivos/resultados_expediente.html?mod=M&exp=2359879&bis=
Using my list of trademark numbers in Excel and the function CONCATENATE, Ive made a column right next to it, that contains all the links to the corresponding website of each and everyone of the trademarks.
IÂ’ve tried recording a Macro, but the WebQuery doesnÂ’t detect the table and I donÂ’t know how to obtain that particular piece of data (date next to Fecha presentacion solicitud otorgada).
Thanks in advance for any help or input on the matter.