Parsing problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rizvibytes
    New Member
    • Feb 2009
    • 5

    Parsing problem

    I am writing a VBA application. at first i read a website content and save it as a html file. then i have to parse the html file and store only an indicated column in an array.. how can i do this...? Please help...please..

    Thanks.
    Rizvi.
  • shrimant
    New Member
    • Sep 2007
    • 48

    #2
    Well without looking at the contents it is really difficult, but definitely, it's doable with the following VB functions string functions "INSTR" "INSTRREV", "MID","LEFT " ,"Right", "split" etc. Moreover do you really need to save the HTML file? If not I would suggest using the XML parser get it to a local variable...and that way you wound be free from the extra over head of FILE I/Os

    Comment

    Working...