the following fails
dim mp as MappointControl
set mp = CreateObject( "MapPoint.Control 0.9" )
error: ActiveX component can't create object
set mp = CreateObject( "MapPoint.Control" )
error: Type Mismatch
Is there a way to create a Mappoint object without placing it on a form?