<?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>例えば、Sheet1のテーブルについて、データ範囲を選択したいとき。 昔は、こんな風に書いていた。 標準モジュール Sub test_old() Dim Tb As ListObject Set Tb = Sheet1.ListObjects(1) Tb.DataBodyRange.Select End Sub シート１にある一つ目のテーブル（ListObject）を、変数Tbにセットする。しかし最近、シートのことは、シートオブジェクトに書けばいいじゃないかと思うようになった。こんな感じだ。 シートモジュール Public Property Get Tb() Set Tb = Me.ListO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2020%2F05%2F30%2F221052&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-30 22:10:52</published>
  <title>最近の個人的流行：シートのことは、シートオブジェクトに書くことにする</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2020/05/30/221052</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
