Visual Basic Libraries

A

arogcorp

I currently have a excel spreadsheet that is a fairly complex
application that works perfectly in Office 2003 and 2007. I am trying
to make it compatible with Office 2004 for Mac. However, I require 2
libraries:
Microsoft Office Soap Type Library v3.0
Microsoft XML v5.0

Is it possible to get these for the MAC? If so, where would I go to
pick them up?

Thank you
 
J

JE McGimpsey

I currently have a excel spreadsheet that is a fairly complex
application that works perfectly in Office 2003 and 2007. I am trying
to make it compatible with Office 2004 for Mac. However, I require 2
libraries:
Microsoft Office Soap Type Library v3.0
Microsoft XML v5.0

Is it possible to get these for the MAC? If so, where would I go to
pick them up?

I don't know of any Mac (title case) implementation for either library.
In any case XML Web services aren't enabled for Mac, so I'm not sure
they would help.

I've used MS XML Web Services and MacScript(AppleScript)-based SOAP
services under conditional compilation before, but YMMV, depending on
your application.
 
Top