object library of microsoft visual basic has not registered

º

ºìÁø

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 ?
 
A

Allen Browne

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
 
Top