<?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>
  </categories>
  <description>先日、職場の勉強会で、あることに気づかせてもらった話を紹介した。 infoment.hatenablog.com実はこの時もう一つ、気付かせてもらった話がある。 といっても、言われてみれば、当たり前の話。社内勉強会に参加されたその方は、例えばB1の一つ右隣（つまりC1）を指定するとき、このように表現したのだった。 Sub Hoge() Range(&quot;B1&quot;).Offset(ColumnOffset:=1).Select End Sub 私の中では、↓が定番となって既に久しい。 Range(&quot;B1&quot;).Offset(, 1).Select 行方向は移動が無いので、オフセット量は０。０の場合は省略…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2019%2F10%2F10%2F224741&quot; title=&quot;B1の一つ右隣を指定する方法 - 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/20191010/20191010222838.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-10-10 22:47:41</published>
  <title>B1の一つ右隣を指定する方法</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2019/10/10/224741</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
