Somehow I need to add TAB information:
set ie = createobject("internetexplorer.application")ie.top = 0ie.left = 70ie.width = 784ie.height = 996ie.navigate "http://yahoo.com"ie.visible = true
Any ideas?