Hi,
I was looking at your tutorial sheets in relation to programming mappoint through excel and VBA. I am unfortunately however having problems with the small piece of code as follows
Dim oApp As MapPoint.Application
Private Sub CommandButton1_Click()
Set oApp = CreateObject("MapPoint.Application.NA.11")
oApp.Visible = True
End Sub
I have a button on the spreadsheet to click as suggested, but the problem lies with the first line, this error occurs -
'Compile Error - User-defined type not defined'
I followe the instructions accurately but don't understand what my problem is. Regards, Ross