<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bhunji2000</author_name>
  <author_url>https://blog.hatena.ne.jp/bhunji2000/</author_url>
  <blog_title>Gブログ</blog_title>
  <blog_url>https://bhunji2000.hatenadiary.org/</blog_url>
  <categories>
    <anon>ExcelVBA</anon>
  </categories>
  <description>あるディレクトリのファイル名を見る場合、普通はエクスプローラをみると思います。しかし、ディレクトリ内のファイルの一覧を作成したいときもあると思います。そのような場合は一つの方法としてコマンドプロンプトからdirコマンドを実行しテキストファイルにまとる方法があります。今回はexcelシートにファイル名の一覧を出力するプログラムをコーディングしてみました。ポイントとしては以下です。 Sub aaa() Dim objFS As FileSystemObject Set objFS = CreateObject(&quot;Scripting.FileSystemObject&quot;) '←FileSystemOb…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbhunji2000.hatenadiary.org%2Fentry%2F20091101%2F1257082845&quot; title=&quot;指定したディレクトリのファイルを表示 - Gブログ&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.d.st-hatena.com/diary/bhunji2000/2009-11-01.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-11-01 22:40:45</published>
  <title>指定したディレクトリのファイルを表示</title>
  <type>rich</type>
  <url>https://bhunji2000.hatenadiary.org/entry/20091101/1257082845</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
