RCHGetTableCell("http://www.investors.com/StockResearch/StockCheckup.aspx?symbol=~~~~~",
1,">Industry Group Rank")
....which for a normal formula would be:
=RCHGetTableCell("http://www.investors.com/StockResearch/StockCheckup.aspx?symbol="&Ticker,
1,">Industry Group Rank")
Or, the Group RS Rating:
=SUBSTITUTE(SUBSTITUTE(RCHGetTableCell("http://www.investors.com/StockResearch/Quote.aspx?symbol="&Ticker,1,"Group RS Rating"),CHAR(13),""),CHAR(10),"")
But I haven't done any of the others.
On 7/5/09, rlschmidt3 <RLSchmidt@...> wrote:
Randy: Is there an example of capturing the newly reformated IBD Stock Checkup data in a Horizontal line format for a limited list of stocks, one per line? I did not find anything in the "files" section or searching the messages.