Still looking for an answer
Posted by Chuck on June 07, 2001 2:55 PM
I want to open up a web site from excel either through a VBA or a Hyperlink. Currently I'm using the following VBA: ActiveWorkbook.FollowHyperlink Address:="https://URL Address of site". The problem is that when I get to the site it wants my ID and password. How can I transmit this data via VBA?
Thanks