<?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>
  </categories>
  <description>特定名簿からのトーナメント作成ツールを、少しずつ紹介中。 本日も、昨日の続きから。 今日は、三つに分けたサブプロシージャの最後。 Dim Sh As Worksheet Set Sh = ActiveSheet ' トーナメント作成用シートを変数にセットしてリネーム。 Sh.Name = SheetName ' 各選手の「番号」を、辞書を利用して「人名」に置換。 For Each r In Sh.UsedRange.Columns(1).Cells If r &lt;&gt; vbNullString Then r = PDict(r.Value) End If Next ' 配列内で、選手名が空欄であれ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2023%2F05%2F08%2F233705&quot; title=&quot;再びトーナメント表作成 ➈-6 特定名簿からの作成 - 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/20230508/20230508232237.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-05-08 23:37:05</published>
  <title>再びトーナメント表作成 ➈-6 特定名簿からの作成</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2023/05/08/233705</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
