05-04-2011, 12:01 PM
Would like to open Mozilla Browser at runtime and navigate to URL Like am doing for IE browser below:-
Appreciate any help on this. THanks.
Code:
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
Window("hwnd:=" & IE.HWND).Maximize
IE.Stop
wait (5)
IE.NAVIGATE "www.abc.com"
Appreciate any help on this. THanks.