Thread: Web
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fi.or.jp.de fi.or.jp.de is offline
external usenet poster
 
Posts: 93
Default Web

Hi All,

I am using Excel vba for web automation.

I have web, a table.
In a table there are some link which shows as 'multiple'

If i put cursor it will show value.

I need copy those value into excel using vba.


'''HTML SOURCE CODE"""""""


<a href="javascript:onMultipleBIANumLinkClick('XXXX_, _XX8')"
title="ABCD1234" id="bia_row_bia_num_155" name="a_iaa_tdBIANum"
Multiple (2)</a


''''''''''''''''''''''''
I need what ever the value exist for title ie., ABCD1234.