<?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>ある表内の特定の列について、同列が空欄以外の場合、その行を削除したいという処理がありました。シート上で行を削除すると、気づかないうちに、余計なものまで消す恐れがあります。 そこで、マクロ内で全て加工することにしました。まず、配列の次元数を取得する関数を準備します。これは、ネット上で知恵をお借りしました。 Function GetArrayDimension(seq As Variant) As Integer Dim i As Long Dim temp As Variant ' 配列か否かの判定。 If IsArray(seq) = False Then GetArrayDimension …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2018%2F07%2F06%2F054614&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/20180706/20180706052419.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-06 05:46:14</published>
  <title>特定の行を削除 または 残す</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2018/07/06/054614</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
