I'm having a problem getting a web page to open up correctly inside of excel... for some reason I get the source code instead of the web page.

Sub RunExtractor()
    GetCompanyDetail
    
End Sub


Public Function GetCompanyDetail()
       
        Application.Workbooks.Open "http://finance.yahoo.com/q?s=AA"
      
End Function