<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kencoba</author_name>
  <author_url>https://blog.hatena.ne.jp/kencoba/</author_url>
  <blog_title>kencobaの日記</blog_title>
  <blog_url>https://kencoba.hatenadiary.org/</blog_url>
  <categories>
    <anon>VBA</anon>
  </categories>
  <description>ここ数日、ExcelVBAのマクロを書いています。Excelのシートで書かれた大量のアンケート、申請書などの項目を 全部一覧形式にしてチェックしたいときがしょっちゅうあります。そんなときに使えるマクロを作ってみました。 Option Explicit Sub データ抽出() Dim bkInput As Workbook Set bkInput = ThisWorkbook Dim shtInput As Worksheet Set shtInput = bkInput.Sheets(1) Dim bkOutput As Workbook Set bkOutput = Workbooks.Ad…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkencoba.hatenadiary.org%2Fentry%2F20111129%2F1322532900&quot; title=&quot;ワークシート項目抽出マクロ - kencobaの日記&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>2011-11-29 11:15:00</published>
  <title>ワークシート項目抽出マクロ</title>
  <type>rich</type>
  <url>https://kencoba.hatenadiary.org/entry/20111129/1322532900</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
