<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>kazoon6のブログ</title>
<link>https://ameblo.jp/kazoon6/</link>
<atom:link href="https://rssblog.ameba.jp/kazoon6/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>OpenFileName = Application.GetOpenFilename("Microsoft Excel ブック,*.*")<br>&nbsp; &nbsp; If OpenFileName = "False" Then Exit Sub<br>&nbsp; &nbsp; Workbooks.Open Filename:=OpenFileName&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; OpenFileName = ActiveWorkbook.Name&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; Set OW = Workbooks(OpenFileName)</p>
]]>
</description>
<link>https://ameblo.jp/kazoon6/entry-12872065620.html</link>
<pubDate>Mon, 21 Oct 2024 10:44:32 +0900</pubDate>
</item>
<item>
<title>CSVファイル読込ダイアログ</title>
<description>
<![CDATA[ <p>&nbsp; &nbsp; Target = Application.GetOpenFilename("CSVファイル,*.csv?")<br>&nbsp; &nbsp; If Target = "False" Then<br>&nbsp; &nbsp; &nbsp; &nbsp; MsgBox "ファイルが選択されていません。"<br>&nbsp; &nbsp; &nbsp; &nbsp; Exit Sub<br>&nbsp; &nbsp; End If</p>
]]>
</description>
<link>https://ameblo.jp/kazoon6/entry-12872065438.html</link>
<pubDate>Mon, 21 Oct 2024 10:42:34 +0900</pubDate>
</item>
<item>
<title>VB-tips備忘録</title>
<description>
<![CDATA[ <p>備忘録。</p>
]]>
</description>
<link>https://ameblo.jp/kazoon6/entry-12872064720.html</link>
<pubDate>Mon, 21 Oct 2024 10:35:11 +0900</pubDate>
</item>
</channel>
</rss>
