<?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>先日から、マクロによるテーブル機能の扱いを纏めている（備忘録）。 infoment.hatenablog.com 今日も、昨日の続きから。テーブルでデータを記載する↓「ボディ」部。 昨日の繰り返しになるが、例えばこのように選択できる。 Sub Test() Dim Tb As Excel.ListObject Set Tb = ActiveSheet.ListObjects(1) Tb.DataBodyRange.Select End Sub 通常のRangeと同様、こちらもループ処理が可能だ。 Sub Test() Dim Tb As Excel.ListObject Set Tb = Ac…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2020%2F02%2F25%2F230843&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/20200225/20200225222941.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-25 23:08:43</published>
  <title>テーブル機能の備忘録　② テーブルの範囲指定（２）</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2020/02/25/230843</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
