Question : UTM to KML conversion

Hi,  I often need to plot some locations on google earth but have the original coordinates in UTM format.  I would like to be able to copy the UTM coords into and xls sheet (preferred medium) that would automatically compute lat/long format coords in both deg/min/sec and decimal format for each.  i could then quickly import into GE and plot on map.  Anyone have simple xls sheet that could perform this task?  is there a better way?
rgds

Answer : UTM to KML conversion

Hi, I do not use Expression Web, I use Visual Studio, I would use the DynamicMenuItemStyle, here is the markup:

<asp:Menu BackColor="Gainsboro" ID="Menu1" runat="server">

<DynamicMenuItemStyle BackColor="#FFCCFF" BorderColor="#009999" BorderStyle="Dotted" BorderWidth="1px" />

<Items>
...
....
..
</Items>
</asp:Menu>
Random Solutions  
 
programming4us programming4us