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.