'CreateObject("InternetExplorer.Application").Visible=True


    ' Internet Explorer ¿­±â
    Set IE = CreateObject("InternetExplorer.Application")
    IE.Top = 20
    IE.Left = 100
    IE.StatusBar = True
    IE.Visible = True
    IE.Height = "980"
    IE.Width = "1700"
    IE.navigate "http://google.co.kr"