How to make an Excel VBA macro, operating on an Internet Explorer object, click on a link that opens a JavaScript function based only on the content of the linked text?
Example: A macro searches for a string in a particular site, identify if there is a link in the answer, and if so, follow the function on that link (as if the user clicked on it).
Specifying: The javascript function of the links that the macro needs to access is variable, but the linked text is always the same and can be set (Example "Click Here").
Example: A macro searches for a string in a particular site, identify if there is a link in the answer, and if so, follow the function on that link (as if the user clicked on it).
Specifying: The javascript function of the links that the macro needs to access is variable, but the linked text is always the same and can be set (Example "Click Here").