Here's a simple one

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created code that worked in the past. My machine crashed and I reinstalled
Access 2000. I used this code again, but now I get a compile error when I run
it. I looked in the reference and I see that Microsoft Visual Basic 6.0
Extensibility is MISSING!! How do I get this back into my ACCESS 2000,
Thanks!
 
Go to your VB editor, Click Tools->References and select the one that is
missing, and check the check box. Then send Klatuu a bottle of really good
Scotch :)
Unless this routine is followed exactly, your App will never work
 
c:\program files\common files\micro soft shared\vba\vba6\VBE6EXT.OLB
(I Think) or VBE6.DLL

The problem is, the only version I see on my system is 5.3 and I can't see
the file name because the Location on the dialog box truncates it.
 
We have Access 2003 - when I added Microsoft Visual Basic for Applications
Extensibility 5.3 to the references, a new library appeared in the Object
Broswer.
It shows:

Library VBIDE
C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB
Microsoft Visual Basic for Applications Extensibility 5.3
 
Back
Top