<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>benkei_maru</author_name>
  <author_url>https://blog.hatena.ne.jp/benkei_maru/</author_url>
  <blog_title>晴れのうらかた</blog_title>
  <blog_url>https://hareno-urakata.com/</blog_url>
  <categories>
    <anon>Excel_VBA</anon>
  </categories>
  <description>シート内の罫線を一括削除したい場合、「Selection.Borders」を記述する。 以下はその一例。 'シートを指定する(ここでは&quot;Sheet1&quot;) Worksheets(1).Activate '全セル指定 Cells.Select '例: 下のように記述することで範囲指定できる。 'ActiveSheet.Range(Cells(1, 1), Cells(100, 39)).Select '罫線消去 Selection.Borders(xlDiagonalDown).LineStyle = xlNone Selection.Borders(xlDiagonalUp).LineStyle…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhareno-urakata.com%2Fentry%2F2021%2F03%2F06%2F000000&quot; title=&quot;Excel VBA シート内の罫線を一括削除したい(Selection.Borders) - 晴れのうらかた&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-03-06 00:00:00</published>
  <title>Excel VBA シート内の罫線を一括削除したい(Selection.Borders)</title>
  <type>rich</type>
  <url>https://hareno-urakata.com/entry/2021/03/06/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
