View Single Post

  #1 (permalink)  
Old 01-15-2008
tbirdsimplemuse tbirdsimplemuse is offline
Junior Member
White Belt
 
Join Date: Jan 2008
Posts: 10
Question Access Denied Error on DisplayDataMap

I am creating maps using Excel macros. When processing encounters the following code:


Set objDataMap = _
objDataSet.DisplayDataMap(geoDataMapTypeShadedArea , objField, _
geoShowByRegion2, geoCombineByDefault, _
geoRangeTypeUniqueValues, geoRangeOrderDefault, 15)

It errors with the following error text:

Runtime Error: '-2147024891 (800700005)': Access Denied

When the same code runs for a map that shows quintiled counties no problem. But when it runs for a map showing seed territories...BLAM!!...huge error.

This is driving me nuts...I cannot find any info about the error anywhere.

Any help is appreciated.
Reply With Quote