If I added some HTML to say, Text1.Text and then create a command button that would add the html from Text1 TO Webbrowser and display it, how would I do that?

I've tried everything:

WebBrowser1 = Text1.Text

WebBrowser1.Document.Body.innerHTML = Text1.Text


Any idea?

Thanks a lot!
Paul