Dim IE
Set IE=CreateObject("InternetExplorer.Application")
ie.left=50
ie.top=50
ie.height=510
ie.width=470
ie.menubar=0
ie.toolbar=1
ie.navigate "http://www.meelive.com/index.php?id=100"
ie.visible=1
