Ill try explain.

Say i have webbrowser 1 and there is some text on a page that is displayed that says something like "Iamsomerandomtext" and its the only text on the page that says that. It has no name or id's or tags or anything.

Would it be possible for me to click it for example :

vb Code:
  1. webbrowser1.document.all("Iamsomerandomtext").click

Sorry if this is just impossible