<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akashi_keirin</author_name>
  <author_url>https://blog.hatena.ne.jp/akashi_keirin/</author_url>
  <blog_title>素人がExcelVBAによる「一人働き方改革」に挑むブログ</blog_title>
  <blog_url>https://akashi-keirin.hatenablog.com/</blog_url>
  <categories>
    <anon>VBAクラス・モジュール</anon>
    <anon>VBA自作クラス</anon>
    <anon>VBA一般</anon>
  </categories>
  <description>カスタムDictionaryクラスを作ろう(3) 過去記事 第1回：クラス モジュールの作成 第2回：CompareModeプロパティの実装 akashi-keirin.hatenablog.com 前回の続きです。 Add()メソッドの実装 仕様を調べる まずは、オブジェクト ブラウザーで仕様を調べます。 Sub Add(Key, Item) となっているので、返り値なしのSubで、引数はKeyとItemの2つ。 非常にシンプルです。 実装する では、さっそく実装。 リスト1 Public Sub Add( _ ByVal Key As Variant, _ ByVal Item As Va…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakashi-keirin.hatenablog.com%2Fentry%2F2026%2F03%2F30%2F071433&quot; title=&quot;カスタムDictionaryクラスを作ろう(3) - 素人がExcelVBAによる「一人働き方改革」に挑むブログ&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/a/akashi_keirin/20260330/20260330070420.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-03-30 07:14:33</published>
  <title>カスタムDictionaryクラスを作ろう(3)</title>
  <type>rich</type>
  <url>https://akashi-keirin.hatenablog.com/entry/2026/03/30/071433</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
