Your response of July 16 is just what I was looking for. Thanks. Using this technique, I can get the HTML source code of a PCT application or WO publication using Microsoft's XML version 2.0 DLL i.e.
With CreateObject("Msxml2.XMLHTTP")
.Open "GET", "
http://www.wipo.int/patentscope/search/en/result.jsf?query=ALLNUM:" & srchField, False
.Send
GetHTML = .responseText
End With
where srchField is a suitably formatted PCT or WO number e.g. IL2006001320 derived from PCT/IL2006/001320.
This works well and I can then parse the HTML code to obtain all the details such as WO publication number, name of Applicant, priority details and so on. This requires quite a bit of effort to study the HTML source and to develop the code to extract the data. For example, to get the PCT number using VB, you could write:
Start = InStr(1, GetHTML, "
International Application No.: