Some answers seem to suggest that I should use SHDocVw.InternetExplorerMedium for internet explorer automation.
What's the difference between internetexplorer medium and internet explorer?
I tried to run this code and I got object disconnect exception
ias.IntExpMed = New SHDocVw.InternetExplorerMedium
ias.IntExpMed.Navigate("http://wikipedia.com")
waitTing(1)
ias.IntExpMed.Navigate("http://google.com")
Actually if I step through the program, the object is disconnected right after
ias.IntExpMed.Navigate("http://wikipedia.com")