Thread
:
importing excel file into mappoint
View Single Post
#
2
(
permalink
)
04-14-2003
Anonymous
Senior Member
Black Belt
Join Date: Jul 2002
Posts: 5,138
importing excel file into mappoint
Change:
Set objDataSets = objApp.ActiveMap.DataSets 'error 424, here!!!
To:
Set objDataSets = MPApp.ActiveMap.DataSets 'error 424, here!!!
Looks like a copy/paste bug.
Anonymous
View Public Profile
Send a private message to Anonymous
Find all posts by Anonymous