PDA

View Full Version : Sending XML with VBA



mattster1010
03-27-2011, 10:52 AM
Afternoon All,

I'm starting a project soon to send xml messages from VBA to request stock and price of goods. I'm thinking of using XMLHTTP to achieve this. Does anyone have any examples, information or links that would be useful?

Regards,

Mattster

JP2112
03-28-2011, 06:08 AM
I have some examples on my site that might help you:

http://www.codeforexcelandoutlook.com/tag/xmlhttp

mattster1010
03-28-2011, 11:32 AM
Thanks JP,

I've checked your site out and there is some good examples on there.

One of the things I'm looking to do is keep a log of all xml messages sent and received per day in a folder system. Have two folders, IN, OUT. Have sub folders within these folders for each day. Is there any way that I can record this using VBA?

Regards,

Mattster