microsoft 10 object library, where to get/download?

  • Thread starter Thread starter RTL
  • Start date Start date
R

RTL

Hello,

I hope this is the correct group. The problem we have is 2 of our machines
have this updated library, but several of the others do not. There are no
Office updates listed on Microsoft's site to get it. I cannot find downloads
for it.

Any advice will be helpful,

Rich
 
RTL said:
Hello,

I hope this is the correct group. The problem we have is 2 of our machines
have this updated library, but several of the others do not. There are no
Office updates listed on Microsoft's site to get it. I cannot find downloads
for it.

Are you sure that it isn't just the reference that isn't set? The Object
libraries are part of the Office install. If they are missing, reinstall
Office from the CD.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Yeah, we checked the references on the other machines and they are AWOL. Are
there any particular features/components that need to be installed to
trigger this?

Thanks for replying!!

Rich
 
No. You can re-register the components:

Start ... Run, then type:
regsvr32.exe "Path to component"

You should get a response back indicating success.

Then just browse to the file in the code window's Tools ... References. If
you don't need the reference (they are often set but not discarded during
development) just uncheck it. To be safe, find them if you can.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top