View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Atishoo Atishoo is offline
external usenet poster
 
Posts: 267
Default HTML Text retrieval

Am using Joels dump sub to retrieve location of text (a persons date of
birth) within a web page, all I get from the dump is:

HTML
HEAD
TITLE
FRAMESET
FRAME
FRAME
FRAME
I have tried returning Frame.item(0).innertext item1 item 2 etc but get no
innertext.
any ideas?