ie.navigate

  1. R

    Downloading a document in Explorer

    I currently have the below macro which opens up a pdf in explorer is there a way to now download the pdf to a file path? Thank you! Sub Testa() Dim x As String x = Sheet1.Range("c2").Value Set IE = CreateObject("InternetExplorer.Application") IE.Navigate (x) 'navigate IE.Visible =...
  2. M

    Internet Explorer automation working on all but 1 computer

    Hi there, I've been struggling with a problem for a macro that uses IE to open up a webpage and download values from a table to Excel. The macro works fine on all but 1 of my colleagues computers here at work. I can't figure out why his computer behaves the way it does, as it should have all...
  3. 3

    IE.navigate not working on VPN

    My code has been working for a full year on XP, MSIE8, Cisco AnyConnect (VPN). We recently migrated to Win7 and did not have trouble to begin with, but after a couple months it now never works on the VPN. It is giving me this error: "The Object Invoked has disconnected from its clients"...
  4. P

    How to close IE tabs opened wie IE.Navigate2?

    I opened a IE window/session from within Excel2010 with VBA using Set IE = CreateObject("InternetExplorer.Application") IE.Visible = True IE.Navigate "http://................." and some more tabs in this session with IE.Navigate2 "http://.................", 2048...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top