<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
    <anon>ExcelVBA</anon>
  </categories>
  <description>'任意のワークシート名を指定 Dim trgtShName As String trgtShName = &quot;新規追加&quot; 'シートが開いているかどうかのフラグを定義する Dim flg As Boolean 'ワークシートオブジェクトを定義する Dim ws As Worksheet 'マクロ実行ブックの全シートにループ処理を実行する For Each ws In ThisWorkbook.Worksheets 'シートの名前が目的のブック名と一致した場合、処理を実行 If ws.Name = trgtShName Then 'フラグをTrueにしてループを抜ける flg = True Exit…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2020%2F06%2F12%2F105835&quot; title=&quot;ExcelVBAで任意の名前のシートがなければ作成する - shikaku&amp;#39;s blog&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>2020-06-12 10:58:35</published>
  <title>ExcelVBAで任意の名前のシートがなければ作成する</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2020/06/12/105835</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
