<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>auroralights</author_name>
  <author_url>https://blog.hatena.ne.jp/auroralights/</author_url>
  <blog_title>オーロラさんの勉強帳</blog_title>
  <blog_url>https://auroralights.jp/</blog_url>
  <categories>
    <anon>Excel VBA BASIC</anon>
  </categories>
  <description>オブジェクトの階層構造 オブジェクトの省略 標準モジュールに記述した場合 シートモジュールに記述した場合 ブックモジュールに記述した場合 UserFormに記述した場合 オブジェクトの階層構造 VBAのオブジェクトは階層構造になっています。Rangeに値を代入するコードを例にオブジェクトの階層構造を学んでいきましょう。 セルA1に数字を代入するコードは以下のように書きます。 Range(&quot;A1&quot;).Value = 111 ただし、セルA1は複数のシートに存在します。どのシートのセルA1かを正確に示すために以下のように記述します。 Worksheets(1).Range(&quot;A1&quot;).Value …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fauroralights.jp%2Fentry%2F2020%2F11%2F09%2F005643&quot; title=&quot;【Excel VBA エキスパート ベーシック】 オブジェクトの階層構造・オブジェクトの省略 (VBA入門4) - オーロラさんの勉強帳&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/auroralights/20201109/20201109003731.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-11-09 00:56:43</published>
  <title>【Excel VBA エキスパート ベーシック】 オブジェクトの階層構造・オブジェクトの省略 (VBA入門4)</title>
  <type>rich</type>
  <url>https://auroralights.jp/entry/2020/11/09/005643</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
