T
Ted
What command would I use to select a radio button option on a web site?
What command would I use to select a value from a drop-down box on a web site?
I have tried the following two commands and neither are working:
IEapp.Document.all("Arr").Click
and I tried:
IEapp.Document.all("Arr").Value = "D" (also tried "A")
Thanks!
What command would I use to select a value from a drop-down box on a web site?
I have tried the following two commands and neither are working:
IEapp.Document.all("Arr").Click
and I tried:
IEapp.Document.all("Arr").Value = "D" (also tried "A")
Thanks!