Question:

Setting JSP page option list from VBA

by  |  earlier

0 LIKES UnLike

I'm trying to use Excel2000 VBA to control a webpage.

I can easily select controls like this:

<select name="List2" >

<option value="1" >Weekly</option>

<option value="2" >Two Weeks</option>

<option value="3" >Three Weeks</option>

<option value="4" selected>Four Weeks</option>

</select>

But the page also includes this control which I cannot manage (Note the absence of "value=" coding):

<select name="List1" >

<option>03/31/01</option>

<option>04/08/01</option>

<option>04/15/01</option>

</select>

Thanks in advance.

 Tags:

   Report

1 ANSWERS


  1. In that case, you want to access the Text property of the control.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.