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

[This message has been edited by trophyfish (edited 01-10-2000).]