<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Infoment</author_name>
  <author_url>https://blog.hatena.ne.jp/Infoment/</author_url>
  <blog_title>Infomentのブログ ～Excel VBA奮闘記～</blog_title>
  <blog_url>https://infoment.hatenablog.com/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
    <anon>試してみた</anon>
  </categories>
  <description>今日は、辞書（Dictionary）について気づいたお話。 辞書には、色んなものが入る。例えば、配列も入れられる。 例えば、毎度おなじみ「なんちゃって個人情報」にて。 名前をキーにして、各行を配列に格納したのち、それをアイテムにしてみる。 Sub Test() ' 辞書。 Dim Dict As Object Set Dict = CreateObject(&quot;Scripting.Dictionary&quot;) ' テーブルのデータ範囲を全て、一旦配列に格納。 Dim arr As Variant arr = ActiveSheet.ListObjects(1).DataBodyRange ' 各行（…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2021%2F02%2F11%2F211700&quot; title=&quot;辞書には配列を入れることもできるし、辞書を配列にすることもできる - Infomentのブログ ～Excel VBA奮闘記～&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/I/Infoment/20210211/20210211204020.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-11 21:17:00</published>
  <title>辞書には配列を入れることもできるし、辞書を配列にすることもできる</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2021/02/11/211700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
