Reading XML

A

Ajit

Can someone point me to a direction where I can get information regarding
opening and reading XML data in my code.

I am trying to read an XML doc and want to base my logic based on my
extraction from XML. eg : If there is an error node in XML then get the msg
etc.

Also, another question -- different from this topic. how to do advance
search in this forum based on username etc. Earlier there use to be
functionality to search topics based onuser name...has that been taken off?
 
H

Harald Staff

Hi Ajit

One direction (among probably several) is that VBA is VB6. Set reference to
a Microsoft XML library in tools-references, and google for VB6 samples on
how to handle it.

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top