I have naviagated to the website that I need, tabbed to the link that I need, but I am at a loss as to how to make the darn thing click on it!
The source code will not help because the name changes daily (randomly).
As a recap,
I get to the point where all I need to do is click.
Thanks for all the help!
Stayci
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is the way I will do it. A Bit messy, but should work.
Application.Wait (Now + TimeValue("0:00:03"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{tab}")
Application.Wait (Now + TimeValue("0:00:01"))
Call SendKeys("{enter}")
Bookmarks