<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2workのブログ</title>
<link>https://ameblo.jp/2work/</link>
<atom:link href="https://rssblog.ameba.jp/2work/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>エクセル　マクロ　 フォルダー内のファイル名取得</title>
<description>
<![CDATA[ <p>エクセル　マクロ　１</p><p>フォルダー内のファイル名取得</p><p>&nbsp;</p><p>Sub Sample1()<br>&nbsp; &nbsp; Dim buf As String, cnt As Long<br>&nbsp; &nbsp; Const Path As String = "C:\Users\part2\Downloads\"<br>&nbsp; &nbsp; buf = Dir(Path &amp; "*.*")<br>&nbsp; &nbsp; Do While buf &lt;&gt; ""<br>&nbsp; &nbsp; &nbsp; &nbsp; cnt = cnt + 1<br>&nbsp; &nbsp; &nbsp; &nbsp; Cells(cnt, 1) = buf<br>&nbsp; &nbsp; &nbsp; &nbsp; buf = Dir()<br>&nbsp; &nbsp; Loop<br>End Sub<br>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/2work/entry-12197802880.html</link>
<pubDate>Wed, 07 Sep 2016 23:05:14 +0900</pubDate>
</item>
</channel>
</rss>
