-2
このWebページで特定の値を取得する必要があります。これらの値をExcelにどうやって取得するのですか?以下はvba経由でWebページのデータポイントを取得
http://www.securities-administrators.ca/nrs/nrsIndvSearchResults.aspx?mode=QS&type=I&indv=david+hill
は、結果のHTMLコンテンツの断片である、私は、Excelにインポートする例については、「BOOTH、デビッド(アーサー)」の値が必要になります。
<div>
<table border="1" cellspacing="0" class="gridview_style" id="ctl00_bodyContent_gvIndividuals" rules="all" style="width:100%;border-collapse:collapse;">
<tr>
<th scope="col" style="width:50%;"><span id="ctl00_bodyContent_gvIndividuals_ctl01_lbl_ind">Name</span></th>
<th scope="col" style="width:50%;">Firm(s)</th>
</tr>
<tr>
<td class="articleText">
<a href="javascript:__doPostBack('ctl00$bodyContent$gvIndividuals$ctl02$lbtnIndDetail','')" id="ctl00_bodyContent_gvIndividuals_ctl02_lbtnIndDetail">BOOTH, David (Arthur)</a>
</td>
<td class="articleText"><span id="ctl00_bodyContent_gvIndividuals_ctl02_lblFirmName">SCOTIA CAPITAL INC./SCOTIA CAPITAUX INC.</span></td>
</tr>
<tr>
<td class="articleText">
<a href="javascript:__doPostBack('ctl00$bodyContent$gvIndividuals$ctl03$lbtnIndDetail','')" id="ctl00_bodyContent_gvIndividuals_ctl03_lbtnIndDetail">HILL, David (Adam)</a>
</td>
<td class="articleText"><span id="ctl00_bodyContent_gvIndividuals_ctl03_lblFirmName">RBC DIRECT INVESTING INC./RBC PLACEMENTS EN DIRECT INC.</span></td>
</tr>
<tr>
<td class="articleText">
<a href="javascript:__doPostBack('ctl00$bodyContent$gvIndividuals$ctl04$lbtnIndDetail','')" id="ctl00_bodyContent_gvIndividuals_ctl04_lbtnIndDetail">HILL, David (Lowell)</a>
</td>
<td class="articleText"><span id="ctl00_bodyContent_gvIndividuals_ctl04_lblFirmName">STATE FARM INVESTOR SERVICES (CANADA) CO.</span></td>
</tr>
</table>
</div>