Custom Search

Sunday, January 29, 2012

Open Internet Explorer through CreateObject


Function IEOpen( strApplicationURL,bBrowser)
   Set IE=CreateObject("InternetExplorer.application")
   IE.visible=True
   IE.Navigate2 strApplicationURL ''''''''' Application URL as parameter
   IE.WindowState=Maximized
   Browser(bBrowser).sync '''''''' Application Browser Object as parameter
End function

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.