VBA & XML version

J

Jan Kucera

Hi,
can I assume all computers running at least Win2000 and Office200 will have
Microsoft XML, v3.0 installed?

Or which version should I use in my VBA projects?
Thanks
Jan
 
J

Jonathan West

Jan Kucera said:
Hi,
can I assume all computers running at least Win2000 and Office200 will
have Microsoft XML, v3.0 installed?

Or which version should I use in my VBA projects?
Thanks
Jan

You can look up the version of any Microsoft DLL at this location
http://support.microsoft.com/dllhelp/

and find out in what products it appears. Having a quick look, it seems you
would probably be safer with 2.6 rather than 3.0.. But I would recommend you
do a thorough check for yourself.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 

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