<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>ExcelVBAでGoogleMap</title>
  <link>https://excelvba.3rin.net/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="https://excelvba.3rin.net/RSS/" />
  <description>ExcelVBAとGoogleMapの連携について。
作成したExcelVBAの保管や備忘録的なもの。
</description>
  <lastBuildDate>Thu, 31 Oct 2013 03:58:51 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>GooglemapのマーカーアイコンをMarkerImageとGoogleChartAPIを使って動的に生成する</title>
    <description>
    <![CDATA[<p>緯度、経度情報からGoogleMap上に複数のマーカーを立てた後、「これじゃデータの中身がわからない・・・」<br />
そんなときに見つけたのが<a title="" href="https://developers.google.com/chart/image/docs/gallery/dynamic_icons?hl=ja&amp;csw=1" target="_blank">GoogleChartAPI</a>のDynamic Icons。URLを投げるとアイコンを作成してくれます。</p>
<p>あとはGooglemapのマーカーのコンストラクタ内でMarkerImageのURLにDynamic IconsのＵＲＬを指定します。<br />
以下、コード&darr;&darr;</p><br /><br /><a href="https://excelvba.3rin.net/Entry/5/" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>ExcelGeoMapper</category>
    <link>https://excelvba.3rin.net/Entry/5/</link>
    <pubDate>Thu, 31 Oct 2013 03:30:00 GMT</pubDate>
    <guid isPermaLink="false">excelvba.3rin.net://entry/5</guid>
  </item>
    <item>
    <title>ExcelVBAでGoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を取得する</title>
    <description>
    <![CDATA[<p>GoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を返すユーザ定義関数です。<br />
HttpリクエストのReadyStateは監視してないため、シートが再計算されると固まる上にデータが返ってこない。<br />
Application.Volatile削って手動で再計算すれば何とかなる・・・かも。</p>
<p></p><br /><br /><a href="https://excelvba.3rin.net/Entry/4/" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>VBA</category>
    <link>https://excelvba.3rin.net/Entry/4/</link>
    <pubDate>Wed, 30 Oct 2013 03:30:00 GMT</pubDate>
    <guid isPermaLink="false">excelvba.3rin.net://entry/4</guid>
  </item>
    <item>
    <title>ExcelVBAでbase64を利用して画像ファイルを出力する</title>
    <description>
    <![CDATA[VBAでの画像出力は調べるといろいろありますね。<br />
今回はVBAからbase64を用いたpng画像の出力について。<br /><br /><a href="https://excelvba.3rin.net/Entry/3/" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>VBA</category>
    <link>https://excelvba.3rin.net/Entry/3/</link>
    <pubDate>Tue, 29 Oct 2013 21:30:00 GMT</pubDate>
    <guid isPermaLink="false">excelvba.3rin.net://entry/3</guid>
  </item>
    <item>
    <title>エクセルでグーグルマップを表示する</title>
    <description>
    <![CDATA[<span style="font-size: 14px;">エクセルシート上の緯度経度情報をもとにグーグルマップにマーカーを配置・表示します。<a href="//excelvba.3rin.net/File/Excel_Map.zip" target="_blank"><br />
</a><a href="//excelvba.3rin.net/File/Excel_Map.zip" target="_blank"><span style="color: #000000;" color="#000000">Excel_Map.zip</span></a><br />
こんな感じになります。WinXP、IE8、Excel2007,2010では動作を確認しています。<br />
<a title="" href="//excelvba.3rin.net/File/yamanoteshen.JPG" target="_blank"><img alt="" src="//excelvba.3rin.net/Img/1383192607/" /></a> </span>]]>
    </description>
    <category>ExcelGeoMapper</category>
    <link>https://excelvba.3rin.net/Entry/2/</link>
    <pubDate>Tue, 29 Oct 2013 09:00:00 GMT</pubDate>
    <guid isPermaLink="false">excelvba.3rin.net://entry/2</guid>
  </item>

    </channel>
</rss>