C
craig
How can I use VBA (in Excel) to open a web page, find particular text
on that web page (e.g., "02-005"), and then "click" into the URL that
is associated with that text?
If I could do this, it would streamline a task I have to manually do
over & over & over again.
The end-result would be viewing a web page document associated with
that document identifier. Somehow the document web server is designed
to only serve documents via a click on the web page; it is not possible
to access the document by opening the URL of the document directly.
I do know how to open a web page to a URL using
ActiveWorkbook.FollowHyperlink Address:="http://...", and also can use
SendKeys, but don't know how to find the desired text on the page and
click on that text.
Is it possible? (If VBA can't do it alone, would ActiveX or a 3rd
party ActiveX control help?)
Craig in NJ
on that web page (e.g., "02-005"), and then "click" into the URL that
is associated with that text?
If I could do this, it would streamline a task I have to manually do
over & over & over again.
The end-result would be viewing a web page document associated with
that document identifier. Somehow the document web server is designed
to only serve documents via a click on the web page; it is not possible
to access the document by opening the URL of the document directly.
I do know how to open a web page to a URL using
ActiveWorkbook.FollowHyperlink Address:="http://...", and also can use
SendKeys, but don't know how to find the desired text on the page and
click on that text.
Is it possible? (If VBA can't do it alone, would ActiveX or a 3rd
party ActiveX control help?)
Craig in NJ