• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Adding query string ? to FollowHyperlink

Robin Miller

New Member
Hi All

Has anyone tried adding query string parameters to FollowHyperlink, and if so is it possible to assign the return value to a variable?

e.g.
Code:
Application.FollowHyperlink ( https://example.com/validate?value_check=123456 )

and then assign the return answer to a variable, so effectively the return answer is TRUE or FALSE (or even 1 or 0, or msoTroe or xlTrue or whatever) depending if the PHP script on the webpage validates the 'value_check' or not.

What do we think peeps??
At the moment, FollowHyperlink is a good option as it uses the default browser.

Thanks
Robin
 
Back
Top