I installed MapPoint 2006, and changed the appropriate library (primarily MapPoint Object Library from 11.0 to 13.0).
However, when I run my excel macros, they are no longer functioning correctly. Any ideas? I think it has something to do with the declarations and settings at the begninning of my macro:
Code:Dim objSW As MapPoint.SavedWebPage Dim objMap As MapPoint.Map Set objMap = GetObject(, "MapPoint.Application").ActiveMap objMap.Application.Units = geoMiles Dim shpParis As MapPoint.Shape Dim objppt As Object On Error Resume Next