View Single Post

  #2 (permalink)  
Old 09-13-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

I cannot help with VBA (maybe I should learn this). Try to do a search on this forum for 'vba', 'access', 'excell', I'm sure you find usefull info. In general it is the following:

You have a form, drop the control on it. To start put a button on the form where you call MP.NewMap(GeoMapRegion.geoMapEurope); Where MP is the name you have given to the control. Syntax will be a little different in VBA, but you will probably know this better than me.

I hope this will get you started.
Reply With Quote