<?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>昨日はExcel単語帳から、Findメソッドを用いて表を和英併記化してみた。 infoment.hatenablog.com今日は、Dictionaryを用いた和英併記化に挑戦する。 折角単語帳があるのだから、ここは辞書（連想配列）で対応したい。 今回の作戦は、こんな感じだ。 単語帳で、連想配列作成。 表の各単語をループで確認し、単語帳にあれば和英併記化する。 単語帳は、このような構成にしてみた。 ・key 日本語 ・item 日本語 + 改行 + 英語 Sub Sample() ' 辞書（連想配列）作成。 Dim Dict As Object Set Dict = CreateObject(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2020%2F02%2F13%2F231326&quot; title=&quot;和英併記　③ Dictionaryで併記 - 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/20200213/20200213225758.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-13 23:13:26</published>
  <title>和英併記　③ Dictionaryで併記</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2020/02/13/231326</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
