VBA Configure Proxy Server Settings of IE

  • Thread starter Thread starter Bob Spero
  • Start date Start date
B

Bob Spero

I have an Excel workbook with a list of IPs that are only accessible through a proxy server. I want the users of my sheet to be able to click on the IP like a hyperlink, configure the proxy server IP and port opening InternetExplorer to the selected IP. It sounds easy enough but I can not find anything in any groups on the topic.

Here is the code that lets me open the URL anything that can be added for the proxy settings would be appreciated.

=Hyperlink("http://www.someplace.com/employee.php?ID="&A1,A1)
 
Back
Top