B
bodhisatvaofboogie
I'm having difficulty navigating around within a webpage with my macro. I'm
trying to utilize:
With .Document.Forms(0)
.Item("Search").Click
End With
and it doesn't seem to be working. The .Item("Search").Click is where it
errors out.
With .Document.Forms(0)
.Item("UserName").Value = "Your UserName Here"
.Item("Password").Value = "Your Password Here"
.Item("Submit").Click
End With
I get the same issue with this....all works fine until the
..Item("Submit").Click It will enter my name and password, then bug out.
What am I doning wrong with the syntax?
Thanks!!!
trying to utilize:
With .Document.Forms(0)
.Item("Search").Click
End With
and it doesn't seem to be working. The .Item("Search").Click is where it
errors out.
With .Document.Forms(0)
.Item("UserName").Value = "Your UserName Here"
.Item("Password").Value = "Your Password Here"
.Item("Submit").Click
End With
I get the same issue with this....all works fine until the
..Item("Submit").Click It will enter my name and password, then bug out.
What am I doning wrong with the syntax?
Thanks!!!