Community of VE/MapPoint Users and Developers
This is a discussion on MapPoint 04 - Legend Question within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am not sure is this is the correct section of the forum. If not please reply and let me ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| I am writing a VBA Excel app that takes formatted tables and automatically builds either territory or data maps based on information in the table. These could be just one or two maps or three hundred hence the automation... I need to find out if it is possible to accomplish 1 of 2 things: 1) Order the quintiled counties data so I can predict the color of the shaded areas -- using color scheme 15 all of the time user cannot change it 2) Is it possible to save the legend and then copy map and legend to a Power Point presentation. Currently using objMap.CopyMap to copy to the clipboard. Or easier maybe...Is there any way to save the map as a gif or jpg...like a screen shot? I am a little desparate here as I cannot find any resources for this. I am fairly new to Map Point development so any and all advice is appreciated.Thanks In Advance, TBirdSimpleMuse ![]() Last edited by tbirdsimplemuse; 01-02-2008 at 04:53 PM. Reason: add to question |
| |||
| Re: MapPoint 04 - Legend Question
Hi, 1 Sorry I don't know. 2 You can use SaveAs method. It save the map as jpg.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: MapPoint 04 - Legend Question
Thanks for the help Wilfried. I am using the following code: If OutPath = "" Then OutPath = DataPath If InStr(strSheet, OutPath) = 0 Then objMap.SaveAs OutPath & "\" & strSheet & ".jpg" Else objMap.SaveAs strSheet & ".jpg" End If the only problem is that the file is now saving with following extension: A46223D.jpg.ptm I guess i just need to work with the PTM format. Thanks tho. TBird |
| |||
| Re: MapPoint 04 - Legend Question
Hi, No you can save it as HTML. Then a HTML page is generated and also a JPG. The HTML has then a link to the JPG, but you can delete the HTML and use the picture.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| legend, mappoint, question |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VBA - Expose "Legend & Overview" pane, minimize Custom Territory legend | bheldman | MapPoint 2006/2009 Discussion | 1 | 07-09-2007 02:38 PM |
| Pasting a Mappoint Legend into MS Word 2003 | Eric B | Wish List | 0 | 08-18-2005 04:44 PM |
| Legend | Larry | MapPoint 2006/2009 Discussion | 3 | 12-10-2002 01:45 PM |
| Is it possible to create a Legend in MapPoint.net .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-24-2002 04:43 PM |
| In Mappoint the legend only appears with the overv.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-31-2001 07:10 AM |