<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.puremis.net/excel/">

<title>Colo's Excel Junk Room</title>

<link>http://www.puremis.net/excel/</link>

<description>Colo's Excel Junk Room</description>

<dc:language>ja</dc:language>

<dc:date>2005-05-17T09:54+09:00</dc:date>



<items>

<rdf:Seq>

<rdf:li rdf:resource="http://puremis.net/excel/code/090.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/088.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/087.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/086.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/085.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/084.shtml"/>

<rdf:li rdf:resource="http://puremis.net/excel/code/082.shtml"/>

</rdf:Seq>

</items>

</channel>

<item rdf:about="http://puremis.net/excel/code/090.shtml">

<title>Remove empty modules from VBE project</title>

<link>http://puremis.net/excel/code/090.shtml</link>

<dc:date>2005-05-17T09:54+09:00</dc:date>

<description>I got a mail asks how to delete empty modules. Operation CodeModule is not so difficult. </description>

</item>


<item rdf:about="http://puremis.net/excel/code/088.shtml">

<title>What is a Class?  Basic understanding of a Class Module  Chapter2</title>

<link>http://puremis.net/excel/code/088.shtml</link>

<dc:date>2005-03-01T11:45+09:00</dc:date>

<description>How to implement Properties, Methods and Events on a Class </description>

</item>



<item rdf:about="http://puremis.net/excel/code/087.shtml">

<title>What is a Class?  Basic understanding of a Class Module  Chapter2</title>

<link>http://puremis.net/excel/code/087.shtml</link>

<dc:date>2005-02-28T11:45+09:00</dc:date>

<description>How to implement Properties, Methods and Events on a Class </description>

</item>



<item rdf:about="http://puremis.net/excel/code/086.shtml">

<title>What is a Class?  Basic understanding of a Class Module  Chapter1</title>

<link>http://puremis.net/excel/code/086.shtml</link>

<dc:date>2005-02-28T11:40+09:00</dc:date>

<description>IntroductionThe term Class Module may give you an impression that it must be difficult. There might still be many Excel users who have never used the Class Module as yet because general VBA programs for Excel can be written only using Standard Modules, UserForm Modules or WorkSheet Modules. </description>

</item>



<item rdf:about="http://puremis.net/excel/code/085.shtml">

<title>Count filtered rows count</title>

<link>http://puremis.net/excel/code/085.shtml</link>

<dc:date>2005-02-27T11:49+09:00</dc:date>

<description>When you would like to COUNT filtered rows count, it seems the following code works.</description>

</item>



<item rdf:about="http://puremis.net/excel/code/084.shtml">

<title>Wait for Shell Call to Complete</title>

<link>http://puremis.net/excel/code/084.shtml</link>

<dc:date>2005-02-26T11:50+09:00</dc:date>

<description>Sometimes I'd like to print a PDF file of the Adobe Acrobat from Excel. At first, since I had no idea how to control Acrobat Reader from Excel, so I had used Internet Explorer as a relay object instead of handling Acrobat Reader directly, then displayed a print dialog using the ExecWB Method. </description>

</item>



<item rdf:about="http://puremis.net/excel/code/082.shtml">

<title>Work with Files on FTP site (Share workbooks on the web)</title>

<link>http://puremis.net/excel/code/082.shtml</link>

<dc:date>2005-02-26T11:51+09:00</dc:date>

<description>Basically, to share the files like in a LAN environment, you need a LAN network.However, when the distances between bases is away, it costs a huge for the installation of LAN net work. So generally, a software for sharing files would be used. But there is a way to do this without extra cost if you have your web space (Intranet or Internet). You can upload Excel workbook and you can share the files using FTP location folder.   In this page, I would introduce you how to make a FTP Location folder and how to use it to share files. No VBA code necessary. </description>

</item>

</rdf:RDF>

