|
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. |