<?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>Thu, 09 Sep 2010 18:18:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<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>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23714</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23714</guid>
		<description>Jimmy -

Thanks, you can be my technical editor. The second On Error Resume Next was supposed to be On Error GoTo 0, and now it&#039;s fixed. I also added a comment about the library reference.</description>
		<content:encoded><![CDATA[<p>Jimmy -</p>
<p>Thanks, you can be my technical editor. The second On Error Resume Next was supposed to be On Error GoTo 0, and now it&#8217;s fixed. I also added a comment about the library reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23709</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23709</guid>
		<description>This looks like it would work in Excel 2003 as well. But since you&#039;re using early-bound references to the VBIDE library, you might want to mention that you need to set a reference to the Microsoft Visual Basic for Applications Extensibility (I assume 5.3).

Also you have &quot;On Error Resume Next&quot; listed twice right before the start of the big If statement.</description>
		<content:encoded><![CDATA[<p>This looks like it would work in Excel 2003 as well. But since you&#8217;re using early-bound references to the VBIDE library, you might want to mention that you need to set a reference to the Microsoft Visual Basic for Applications Extensibility (I assume 5.3).</p>
<p>Also you have &#8220;On Error Resume Next&#8221; listed twice right before the start of the big If statement.</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-23703</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23703</guid>
		<description>Jan Karel -

MZ Tools is a great utility. I use it all the time. And it has so many features that I am completely unaware of. Thanks for pointing out this reinvention of yet another wheel.</description>
		<content:encoded><![CDATA[<p>Jan Karel -</p>
<p>MZ Tools is a great utility. I use it all the time. And it has so many features that I am completely unaware of. Thanks for pointing out this reinvention of yet another wheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Karel Pieterse</title>
		<link>http://peltiertech.com/WordPress/list-vba-procedures-by-vba-module-and-vb-procedure/comment-page-1/#comment-23689</link>
		<dc:creator>Jan Karel Pieterse</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2717#comment-23689</guid>
		<description>MZ tools has an option to spit out an xml file and has an associated style sheet to format it. Works great.</description>
		<content:encoded><![CDATA[<p>MZ tools has an option to spit out an xml file and has an associated style sheet to format it. Works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
