PC Review


Reply
Thread Tools Rate Thread

Create Object MS MapPoint

 
 
Mike
Guest
Posts: n/a
 
      17th Jul 2009
Hello,

I frequently create ad hoc addresses within Excel with the intention of
mapping these location within MS MapPoint.

I figured I could automate this is I use the Create Object technique for
MapPoint. Has anyone ever done this before?

Once the object has been created, I want to pass a selected range of
addresses to the MapPoint object for plotting.

Thanks for the help.

Mike
 
Reply With Quote
 
 
 
 
Homey
Guest
Posts: n/a
 
      17th Jul 2009
this an example of starting map point at a location. you have to look at
mappoint object model to get it to do what you want.

Set mapp = CreateObject("MapPoint.Application")
mapp.WindowState = 0
Set mmap = mapp.ActiveMap
mmap.FindAddressResults("1 Main st", "Hometown", , "CA",
"91111").Item(1).Goto
mapp.Visible = True

"Mike" <(E-Mail Removed)> wrote in message
news:0A050357-C858-456D-8012-(E-Mail Removed)...
| Hello,
|
| I frequently create ad hoc addresses within Excel with the intention of
| mapping these location within MS MapPoint.
|
| I figured I could automate this is I use the Create Object technique for
| MapPoint. Has anyone ever done this before?
|
| Once the object has been created, I want to pass a selected range of
| addresses to the MapPoint object for plotting.
|
| Thanks for the help.
|
| Mike

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use Mappoint ASP.NET whithout mappoint webservice degrem_m Microsoft ASP .NET 0 14th Oct 2005 08:28 AM
create a new graphicex object from a empty bitmapex object Alien Microsoft Dot NET Compact Framework 0 10th Sep 2005 12:11 PM
Howto create new object, of type of other object? Qwert Microsoft VB .NET 6 3rd Jun 2005 05:55 PM
Create an object on the fly knowing just an object type Just D. Microsoft ASP .NET 2 7th May 2005 04:06 AM
ANN: A Guided Tour of MapPoint Web Service and MapPoint Location Server Scott Swigart Microsoft Dot NET 0 7th Oct 2004 05:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:13 AM.