Excel and MapPoint

J

James Batley

I wasn't sure in which area this should be posted so I've
put it in the MapPoint newsgroup also.

I want to be able to load MapPoint 2004 and Load the
Import Data wizard from a control button in an Excel sheet.

Can this be done?

I currently have

Dim oApp As Object

Set oApp = CreateObject("MapPoint.Application")
oApp.Visible = True


This seems to open MapPoint but it doesn't stay open, it
just flashes on screen then disappears. There is no
record of it in the Task List.
If I cause the code to have a runtime error, the Mappoint
window stay but only because of the error.
I'm finding this very confusing, can anyone help?

Thanks, James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top