Hi guys,
I'm not sure if this is possible, hopefully someone can let me know. Essentially what I am trying to do is get a button on my form to open two reports, and also go to a website. Once at the website I want it to type in a search bar based off of the criteria of the two reports. I currently have it able to open both reports correctly, and I can get the website to open, but I am not able to find a way to get access to type anything once on the website.
I am opening the website using:
Application.FollowHyperlink _
"enterwebsite"
Thanks!
I'm not sure if this is possible, hopefully someone can let me know. Essentially what I am trying to do is get a button on my form to open two reports, and also go to a website. Once at the website I want it to type in a search bar based off of the criteria of the two reports. I currently have it able to open both reports correctly, and I can get the website to open, but I am not able to find a way to get access to type anything once on the website.
I am opening the website using:
Application.FollowHyperlink _
"enterwebsite"
Thanks!