How do you grab the text off a web page then save it as a text file....!

I know:

Code:
Webbrowser1.Document.documentElement.innerHTML
gets the HTML....
I want just the text on the screen.

also..how do I trigger the Save command in a webbrowser?
THANKS!