Consulting

Results 1 to 2 of 2

Thread: vba script to parse html & create xml

  1. #1
    VBAX Newbie
    Joined
    Feb 2011
    Posts
    1
    Location

    vba script to parse html & create xml

    Hi,

    I am trying to create vba script for outlook that will parse the message (which is received as an html table) and create an xml file based on the values in certain 's in the table.

    Can you please point me to where should I start?
    Also can you please advice or refer me to resources/tutorials regarding those issues?

    Please consider that I have no vba experience, just some basic C#

    Thanks
    TC

  2. #2
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    HTML Tidy has a COM wrapper which you can use in VBA to convert HTML to XML.

    http://www.15seconds.com/issue/010601.htm
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •