Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Joel, Need your help

Hi Joel,

I am using Excel vba for web automation.
You have given valuable information in my last post.
But I am not able to get that.

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

If i put web 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


''''''''''''''''''''''''
Joel, I need what ever the value exist for title ie., ABCD1234.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Joel, Need your help

I don't know if you will receive thsi message. the microsoft web user group
isn't sending out emails.

set biaNum = IE.document.getElementById("bia_row_bia_num_155")
there will be a title property either for this object or the parent object

msgbox(bianum.title)
or
msgbox(parentnode.bianum.title)


"fi.or.jp.de" wrote:

Hi Joel,

I am using Excel vba for web automation.
You have given valuable information in my last post.
But I am not able to get that.

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

If i put web 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


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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IS THERE ANYONE WHO CAN SOLVE MY PROBLEM ..(JOEL , MIKE H , RON ,PETER , BOB) ANYONE.... K[_2_] Excel Programming 0 June 24th 09 05:49 PM
Format Code - Joel LiAD Excel Programming 1 May 4th 09 11:51 AM
Joel - Importing multiple text files to 1 spreadsheet, now importing from excel files Volker Hormuth Excel Programming 7 April 9th 09 06:55 PM
Question for Joel K[_2_] Excel Programming 1 March 12th 09 06:46 PM
Joel, Would you contact me on your reply please? Thanks Somewhere In Excel 2002 Excel Programming 2 August 25th 07 09:22 PM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"