03-31-2011, 08:30 PM
Thanks Basanth. Will try to use as you suggested.
In the meantime I have used it as below. Can I do better than this?
Thanks,
Subha
In the meantime I have used it as below. Can I do better than this?
Code:
Set oIE = CreateObject("InternetExplorer.Application")
oIE.visible=true
oIE.navigate "Some URL......."
Thanks,
Subha