VB Code:
  1. Dim Data As String
  2. Data = Inet1.OpenURL("http://www.vbforums.com")
  3. While Inet1.StillExecuting = True
  4.     DoEvents
  5. Wend
  6. MsgBox Data
  7. Debug.Print Data
i used vbforums as example (couldn't reach your given page). When the messagebox appears, a big part of the text is missing. if you look at debug now, it has the full code.