View Single Post

  #2 (permalink)  
Old 08-05-2003
rmozes rmozes is offline
Junior Member
White Belt
 
Join Date: Aug 2003
Posts: 7
you can try this

you can use the MapPoint wizard from a VB program.
this is like using the built in application manual wizard.

you can use this method:

Sub ShowWizard()
Dim objApp As New MapPoint.Application
'Dim strFile As String
Dim objDS As MapPoint.DataSet

With MPApp.ActiveMap.DataSets
'Access table
'strFile = objApp.Path & "\Samples\Sales.xls!Sheet1!A1:C22"
Set objDS = .ShowImportWizard(, , , geoImportAccessTable)
End With
End Sub
Reply With Quote