I just upgraded from ArcGIS 9.2 to 10.0, and I'm trying to create some tools using VBA. It doesn't recognize any of the ArcObjects Classes, Interfaces, or Constants unless the reference includes its library name. For example:
Dim pMxDoc as IMxDocument
Set pMxDoc = ThisDocument
doesn't work, but
Dim pMxDoc As esriArcMapUI.IMxDocument
Set pMxDoc = Project.ThisDocument
does.
Does anyone know how to fix this? (FYI I have no admin capabilities on this computer.)
