<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">ExcelVBAでGoogleMap</title>
  <subtitle type="html">ExcelVBAとGoogleMapの連携について。
作成したExcelVBAの保管や備忘録的なもの。
</subtitle>
  <link rel="self" type="application/atom+xml" href="https://excelvba.3rin.net/atom"/>
  <link rel="alternate" type="text/html" href="https://excelvba.3rin.net/"/>
  <updated>2013-10-27T15:58:00+09:00</updated>
  <author><name>akira kumagai</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>excelvba.3rin.net://entry/5</id>
    <link rel="alternate" type="text/html" href="https://excelvba.3rin.net/Entry/5/" />
    <published>2013-10-31T12:30:00+09:00</published> 
    <updated>2013-10-31T12:30:00+09:00</updated> 
    <category term="ExcelGeoMapper" label="ExcelGeoMapper" />
    <title>GooglemapのマーカーアイコンをMarkerImageとGoogleChartAPIを使って動的に生成する</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![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>]]> 
    </content>
    <author>
            <name>akira kumagai</name>
        </author>
  </entry>
  <entry>
    <id>excelvba.3rin.net://entry/4</id>
    <link rel="alternate" type="text/html" href="https://excelvba.3rin.net/Entry/4/" />
    <published>2013-10-30T12:30:00+09:00</published> 
    <updated>2013-10-30T12:30:00+09:00</updated> 
    <category term="VBA" label="VBA" />
    <title>ExcelVBAでGoogleのGeocodingサービスを使って、名称や住所から緯度、経度情報を取得する</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![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>]]> 
    </content>
    <author>
            <name>akira kumagai</name>
        </author>
  </entry>
  <entry>
    <id>excelvba.3rin.net://entry/3</id>
    <link rel="alternate" type="text/html" href="https://excelvba.3rin.net/Entry/3/" />
    <published>2013-10-30T06:30:00+09:00</published> 
    <updated>2013-10-30T06:30:00+09:00</updated> 
    <category term="VBA" label="VBA" />
    <title>ExcelVBAでbase64を利用して画像ファイルを出力する</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[VBAでの画像出力は調べるといろいろありますね。<br />
今回はVBAからbase64を用いたpng画像の出力について。<br /><br /><a href="https://excelvba.3rin.net/Entry/3/" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>akira kumagai</name>
        </author>
  </entry>
  <entry>
    <id>excelvba.3rin.net://entry/2</id>
    <link rel="alternate" type="text/html" href="https://excelvba.3rin.net/Entry/2/" />
    <published>2013-10-29T18:00:00+09:00</published> 
    <updated>2013-10-29T18:00:00+09:00</updated> 
    <category term="ExcelGeoMapper" label="ExcelGeoMapper" />
    <title>エクセルでグーグルマップを表示する</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![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>]]> 
    </content>
    <author>
            <name>akira kumagai</name>
        </author>
  </entry>
</feed>