<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Count the occurrences of a character in a cell</title>
	<atom:link href="http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/</link>
	<description>Supercharge Excel</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:52:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kanwaljit Singh Dhunna</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/comment-page-1/#comment-32921</link>
		<dc:creator>Kanwaljit Singh Dhunna</dc:creator>
		<pubDate>Thu, 17 Jul 2008 18:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/#comment-32921</guid>
		<description>Hi Bastien,

May the couple live 1000 years.
Is there any option to List just the folder names (as an additional option we can specify the depth levels)

Regards
CA Kanwaljit Singh Dhunna
India</description>
		<content:encoded><![CDATA[<p>Hi Bastien,</p>
<p>May the couple live 1000 years.<br />
Is there any option to List just the folder names (as an additional option we can specify the depth levels)</p>
<p>Regards<br />
CA Kanwaljit Singh Dhunna<br />
India</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanwaljit Singh Dhunna</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/comment-page-1/#comment-32896</link>
		<dc:creator>kanwaljit Singh Dhunna</dc:creator>
		<pubDate>Wed, 16 Jul 2008 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/#comment-32896</guid>
		<description>Hi Bastien,

May the couple live 1000 years !

It will be quite handy if the ASAP can be used as an embedded object like the &quot;MoreFunc.xll&quot; add-in by the Laurent Loungre at
http://xcell05.free.fr/english/index.html

Regards
CA Kanwaljit Singh Dhunna</description>
		<content:encoded><![CDATA[<p>Hi Bastien,</p>
<p>May the couple live 1000 years !</p>
<p>It will be quite handy if the ASAP can be used as an embedded object like the "MoreFunc.xll" add-in by the Laurent Loungre at<br />
<a href="http://xcell05.free.fr/english/index.html" rel="nofollow">http://xcell05.free.fr/english/index.html</a></p>
<p>Regards<br />
CA Kanwaljit Singh Dhunna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masha</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/comment-page-1/#comment-32892</link>
		<dc:creator>Masha</dc:creator>
		<pubDate>Wed, 16 Jul 2008 08:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/#comment-32892</guid>
		<description>Ha! It&#039;s so easy! I feel ashamed I could not figure this out myself.
VBA password will probably be safe enough in my case. I don&#039;t think my users will be able to break it.
Thank you very much, Bastien!
Masha</description>
		<content:encoded><![CDATA[<p>Ha! It's so easy! I feel ashamed I could not figure this out myself.<br />
VBA password will probably be safe enough in my case. I don't think my users will be able to break it.<br />
Thank you very much, Bastien!<br />
Masha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastien</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/comment-page-1/#comment-32890</link>
		<dc:creator>Bastien</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/#comment-32890</guid>
		<description>Hello Masha,

You can apply a password in the VBA project:
   1. In Microsoft Excel, open the project you want to protect.
   2. Open the Visual Basic Editor.
   3. In the Project Explorer, select your add-in project. (If the Project Explorer isn&#039;t displayed, click the Project Explorer button on the Visual Basic Editor toolbar.)
   4. On the Tools menu, click &lt;yourproject&gt;Properties&lt;/yourproject&gt;.
   5. On the Protection tab in the &lt;yourproject&gt;Properties&lt;/yourproject&gt; dialog box, select the Lock project for viewing check box.
   6. In the two text boxes under Password to view project properties, type the password you&#039;ve chosen, and then click OK.

Jan Karel Pieterse has written a nice article about creating add-ins. The following page shows how to apply a password:
&lt;a href=&quot;http://www.jkp-ads.com/Articles/DistributeMacro06.htm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.jkp-ads.com/Articles/DistributeMacro06.htm&lt;/a&gt;

Kind regards,
Bastien</description>
		<content:encoded><![CDATA[<p>Hello Masha,</p>
<p>You can apply a password in the VBA project:<br />
   1. In Microsoft Excel, open the project you want to protect.<br />
   2. Open the Visual Basic Editor.<br />
   3. In the Project Explorer, select your add-in project. (If the Project Explorer isn't displayed, click the Project Explorer button on the Visual Basic Editor toolbar.)<br />
   4. On the Tools menu, click <yourproject>Properties</yourproject>.<br />
   5. On the Protection tab in the <yourproject>Properties</yourproject> dialog box, select the Lock project for viewing check box.<br />
   6. In the two text boxes under Password to view project properties, type the password you've chosen, and then click OK.</p>
<p>Jan Karel Pieterse has written a nice article about creating add-ins. The following page shows how to apply a password:<br />
<a href="http://www.jkp-ads.com/Articles/DistributeMacro06.htm" target="_blank" rel="nofollow">http://www.jkp-ads.com/Articles/DistributeMacro06.htm</a></p>
<p>Kind regards,<br />
Bastien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masha</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/comment-page-1/#comment-32877</link>
		<dc:creator>Masha</dc:creator>
		<pubDate>Tue, 15 Jul 2008 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/07/02/count-the-occurrences-of-a-character-in-a-cell/#comment-32877</guid>
		<description>Hello, Bastien!
Could you please share some of your wisdom :-)
I&#039;m an excel programmer and I would like to be able to lock my code from the users the way you do, with a password. How do you do that?
Thank you for your ASAP utilities! :-)
Masha</description>
		<content:encoded><![CDATA[<p>Hello, Bastien!<br />
Could you please share some of your wisdom :-)<br />
I'm an excel programmer and I would like to be able to lock my code from the users the way you do, with a password. How do you do that?<br />
Thank you for your ASAP utilities! :-)<br />
Masha</p>
]]></content:encoded>
	</item>
</channel>
</rss>

