YEA RIGHT

I am attempting to write a standard VB application that will open a browser, go to a specific site and then select all the text on a particular page.
I have gotten this far:
Shell("C:\Program Files\Plus!\Microsoft Internet\IEXPLORE.EXE", vbMaximizedFocus)

How would I specifiy an address, "select all" text on page and paste onto clipboard?

thanks