I just don't understand something.
I go to a web site. http://davidgrayspeoplefinder.com/
It's form appears on my screen.

Code:
   On Error Resume Next
   For z = 0 To WebBrowser1.Document.Forms(0).length - 1
      Debug.Print WebBrowser1.Document.Forms(0)(z).Name _
            & " " & WebBrowser1.Document.Forms(0)(z).Type _
            & " " & WebBrowser1.Document.Forms(0)(z).Value
   Next z
   On Error GoTo 0
The code doesn't see anything!

Well, if it's on my screen, why I can't I insert username and password and click.

Frustrated but determined
Cathy