Select to view content in your preferred language

Error message: ambiguous name detected MPSAtlas

2044
1
06-21-2011 10:40 AM
JoseSanchez
Frequent Contributor
Hi all

when I open a 9.3 map that has VBA code with arcGIs 10 I get the following error message:

ambiguous name detected MPSAtlas

please advise
0 Kudos
1 Reply
JoseSanchez
Frequent Contributor
I was able to correct the problem in VBA when opening a 9.3 map with ArcMap 10. I just commented the procedure and now it works. It looks like this procedure is duplicated in the code.

'Public Property Get MPSAtlas() As UID
'Dim u As New UID
'u = "{902E43BC-CF3F-4CEB-AC30-AFE2BD8ED658}"
'Set MPSAtlas = u
'End Property
0 Kudos