<?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>WordVBA</anon>
    <anon>VBA覚書</anon>
  </categories>
  <description>Wordの表の中の文字列 けったいな現象が起こったので報告。 表の中の文字列 Wordドキュメント上に、次のような表を作成する。 で、次のコードで表の左上端セルの文字列を取り出してみる。 リスト１ 標準モジュール Private Sub test() Dim tbl As Table Set tbl = ActiveDocument.Tables(1) Dim rng As Range Set rng = tbl.Cell(1, 1).Range '……(1)' Debug.Print rng.Text '……(2)' Debug.Print Len(rng.Text) End Sub (1)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakashi-keirin.hatenablog.com%2Fentry%2F2021%2F02%2F07%2F182350&quot; title=&quot;Wordの表の中の文字列 - 素人が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/20210207/20210207182233.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-07 18:23:50</published>
  <title>Wordの表の中の文字列</title>
  <type>rich</type>
  <url>https://akashi-keirin.hatenablog.com/entry/2021/02/07/182350</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
