<?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>例えばSheet2に、名簿マスターがあるとする。 マスターであるからして、誰かが誤って編集しないよう保護したい。 実はその昔なぜか、シートを非表示にすれば保護できると思っていた。もっと言えば、ブックの保護でシート構成を保護対象にすれば、もう 完璧だと思っていた。 でも、マクロを覚えて直ぐに分かった。これでは、情報を秘匿できない。 これで、直ぐに書き出せてしまう。 Sub 書き出し() Sheet2.UsedRange.Copy Sheet1.Range(&quot;A1&quot;).PasteSpecial End Sub また、非表示では保護も出来ない。直ぐに消されてしまう。 Sub 消去() Sheet2.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2020%2F06%2F12%2F221757&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.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-12 22:17:57</published>
  <title>シートを非表示にしても、保護したことにならない</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2020/06/12/221757</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
