MS Office Object Library version

  • Thread starter Thread starter Ellen
  • Start date Start date
E

Ellen

I'm using Office XP Developer to package an mdb to use
with runtime. Another programmer is using Office 2000
Developer. We both have the Microsoft Office 9.0 Object
Library in our references list (tools, references). Is
9.0 the one that shipped with XP Dev and is there a later
version? If there is, how would I determine if I need the
later version?

Thanks in advance for any help.

Ellen
 
7 95
8 97
9 2000
10 XP
11 2003

but don't set a ref to the office object in a
distributed application: change to using late
binding before you distribute.

(david)
 
Thanks. So, where can I get version 10? (I have installed
Office XP Developer and the Windows Component Update 1.0
for Office XP Developer. Evidently, there must be another
way to get this?)

I got my copy installing OfficeXP Pro - it was installed in <a path of
my own>/Office10/msacc.olb. You might want to do a search for this
filename to see if it exists, and if so select it in place of Version
9.
 
Ok. I just figured out what's going on. My XP Access is
set for Access 2000 file format as the default. When I
changed that to Access 2002 file format, I now see
Microsoft Office 10.0 Object Libary in the references.
 
Back
Top