Consulting

Results 1 to 3 of 3

Thread: Looking to learn how to parse XML files into Excel with VBA

  1. #1

    Looking to learn how to parse XML files into Excel with VBA

    Hi, I'm new to the forum. I stumbled over it googling around for information on VBA an XML.

    I am looking to learn how to parse XML files with VBA to read the data into a worksheet. I don't need to worry about writing to XML files yet.

    I'm using XL2000 sp-3 and I'd appreciate any references to code snippets, sample programs, or decent books that talk about it. Particularly anything that explains or demonstrates how to use the methods and properties in the msxml6.dll library.

    Thanks.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Best I could do

    Putting XML To Work
    http://msdn2.microsoft.com/en-us/lib...ffice.10).aspx
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Thank you. That link looks promising.

Posting Permissions

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