Re: $$Excel-Macros$$ Need a small help in VBA coding

2014-05-28 Thread Indrajit $nai
Thanks a lot Ravinder. :) On Wed, May 28, 2014 at 1:24 PM, Ravinder wrote: > You can use something like this, u just need again navigate browser with > same link (test.com), I think It will open a new blank form (see yellow > part) > > > > Sub test() > > > > Dim IEApp As New InternetExplo

RE: $$Excel-Macros$$ Need a small help in VBA coding

2014-05-28 Thread Ravinder
You can use something like this, u just need again navigate browser with same link (test.com), I think It will open a new blank form (see yellow part) Sub test() Dim IEApp As New InternetExplorer ' Set IEApp = CreateObject("InternetExplorer.Application") IEApp.Visible = True IE