object library of microsoft visual basic has not registered

  • Thread starter Thread starter ºìÁø
  • Start date Start date
º

ºìÁø

system: windowsxp ,office2003.
do access2003 and new data file,show object library of microsoft visual
basic has not registered. it made me very annoyed,how to solve it ?
 
You say that if you open a code window, and choose References from the Tools
menu, you see that the Visual Basic for Applications library is marked
"MISSING"?

If so, use regsvr32 to re-register the library. Open a command prompt, and
enter something like this. It is one line, and include the quotes:
regsvr32 "c:\program files\common files\microsoft shared\vba\vba6\vbe6.dll"
More information about references:
http://allenbrowne.com/ser-38.html
 

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

Back
Top