I just found out that this prints from a text box:

Printer.Print Text1
Printer.EndDoc

But when I change text1 to WebBrowser1 it prints "Microsoft Web Browser Control"

How Do I make it print the page?

Steve