<?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: List VBA Procedures by VBA Module and VB Procedure</title>
	<atom:link href="http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Daniel</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-176377</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-176377</guid>
		<description>Hi Jon,
I need to find the code bearing needles in a haystack of close to a million (yes, 1,000,000) Excel files, so opening each file is not really an option.

Would you have any idea how to check a large number of files for code included?</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
I need to find the code bearing needles in a haystack of close to a million (yes, 1,000,000) Excel files, so opening each file is not really an option.</p>
<p>Would you have any idea how to check a large number of files for code included?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-36391</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 19 Jun 2010 13:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-36391</guid>
		<description>Clooge -

I don&#039;t do any C# (except on the guitar, mostly by accident), so I can&#039;t guide you there. I also don&#039;t know how the functionality in a worksheet can be encoded in VBA or C#, other than by hand.

I wish I remembered that I had written this article. I needed just this functionality the other day, and ended up doing it by hand.</description>
		<content:encoded><![CDATA[<p>Clooge -</p>
<p>I don&#8217;t do any C# (except on the guitar, mostly by accident), so I can&#8217;t guide you there. I also don&#8217;t know how the functionality in a worksheet can be encoded in VBA or C#, other than by hand.</p>
<p>I wish I remembered that I had written this article. I needed just this functionality the other day, and ended up doing it by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clooge</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-36356</link>
		<dc:creator>clooge</dc:creator>
		<pubDate>Sat, 19 Jun 2010 05:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-36356</guid>
		<description>Saw your post and followed you here, is there a C# library or this packaged so that I can turn the variables and sections in a worksheet into a class.</description>
		<content:encoded><![CDATA[<p>Saw your post and followed you here, is there a C# library or this packaged so that I can turn the variables and sections in a worksheet into a class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Read Excel VBA macros and functions through C#</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23819</link>
		<dc:creator>Read Excel VBA macros and functions through C#</dc:creator>
		<pubDate>Sun, 13 Dec 2009 00:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23819</guid>
		<description>[...] most commonly seen, and the idea of VBA code interacting with VBA code is fun. So I tweeted it, and Charts GrandMaster Jon Peltier, in his own words,&#160; could not “leave anything alone, and made some changes to how the [...]</description>
		<content:encoded><![CDATA[<p>[...] most commonly seen, and the idea of VBA code interacting with VBA code is fun. So I tweeted it, and Charts GrandMaster Jon Peltier, in his own words,&#160; could not “leave anything alone, and made some changes to how the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23727</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23727</guid>
		<description>Hi Mathias -

I was just thinking I should email you with the link to this article, but I see you&#039;ve found it.

A VBA difference tracker will make a nice addition to your Akin utility, more useful to me I think than a worksheet difference tracker. I think as long as you set your references properly, you should have no (or minimal) problems accessing the code.</description>
		<content:encoded><![CDATA[<p>Hi Mathias -</p>
<p>I was just thinking I should email you with the link to this article, but I see you&#8217;ve found it.</p>
<p>A VBA difference tracker will make a nice addition to your Akin utility, more useful to me I think than a worksheet difference tracker. I think as long as you set your references properly, you should have no (or minimal) problems accessing the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23721</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Thu, 10 Dec 2009 20:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23721</guid>
		<description>I haven&#039;t had time to really dig into it, but at a glance, the variables are already much more pleasing to the eye! It&#039;s funny how the urge to fix small things can be a powerful motivator. In any case, I am very happy that this code exists now: I was thinking of adding some difference tracking between the VBA code of 2 workbooks in Akin, but had never seen any code dealing with that part of the Excel object model - this example will go a long way for me. Now, my turn to get started and do something in .NET... Curious to see if I will have problems accessing the VBA object model from there!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had time to really dig into it, but at a glance, the variables are already much more pleasing to the eye! It&#8217;s funny how the urge to fix small things can be a powerful motivator. In any case, I am very happy that this code exists now: I was thinking of adding some difference tracking between the VBA code of 2 workbooks in Akin, but had never seen any code dealing with that part of the Excel object model &#8211; this example will go a long way for me. Now, my turn to get started and do something in .NET&#8230; Curious to see if I will have problems accessing the VBA object model from there!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

