<?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: How To: Use Someone Else&#8217;s Macro</title>
	<atom:link href="http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +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: Baum schausberger</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-149553</link>
		<dc:creator>Baum schausberger</dc:creator>
		<pubDate>Tue, 01 Nov 2011 12:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-149553</guid>
		<description>awesome site, I would like to find in orlando fl. a place or person who at your level. but is a real mission impossible.</description>
		<content:encoded><![CDATA[<p>awesome site, I would like to find in orlando fl. a place or person who at your level. but is a real mission impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-86</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 11 Mar 2008 05:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-86</guid>
		<description>Thanks for the pointers (no pun intended) Jon.</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers (no pun intended) Jon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-88</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 10 Mar 2008 23:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-88</guid>
		<description>Note to self: blog about how I got started with Excel programming.

Jorge - I&#039;ve heard it said that laziness is the mother of all inventions, which may be true. I know for me, laziness is why I got started programming. Back in the old days of Excel 4, I had this technique I used to model material deformation behavior, and it required iteration between two Solver loops, one for loading and the other for unloading. You had to run alternative Solver simulations on each part until the difference between them was less than some small acceptable error, which meant probably a total of a dozen or so Solver loops, and you had th change all of the constraints and target cells and changing cells each time. Then repeat for a total of a dozen cases. So let&#039;s say 144 Solver loops, each set up manually. This took more than half a day to do by hand, and it was tedious as hell, almost as tedious as this description. Anyway, I spent a couple weeks in Excel with the XLM manual in my lap, and I automated the sucker, and finally it ran in about two minutes. When I got Excel 97, this was my first VBA project, and it was hard, but I got the time down to ten or fifteen seconds. There was no turning back.</description>
		<content:encoded><![CDATA[<p>Note to self: blog about how I got started with Excel programming.</p>
<p>Jorge &#8211; I&#8217;ve heard it said that laziness is the mother of all inventions, which may be true. I know for me, laziness is why I got started programming. Back in the old days of Excel 4, I had this technique I used to model material deformation behavior, and it required iteration between two Solver loops, one for loading and the other for unloading. You had to run alternative Solver simulations on each part until the difference between them was less than some small acceptable error, which meant probably a total of a dozen or so Solver loops, and you had th change all of the constraints and target cells and changing cells each time. Then repeat for a total of a dozen cases. So let&#8217;s say 144 Solver loops, each set up manually. This took more than half a day to do by hand, and it was tedious as hell, almost as tedious as this description. Anyway, I spent a couple weeks in Excel with the XLM manual in my lap, and I automated the sucker, and finally it ran in about two minutes. When I got Excel 97, this was my first VBA project, and it was hard, but I got the time down to ten or fifteen seconds. There was no turning back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Camoes</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-90</link>
		<dc:creator>Jorge Camoes</dc:creator>
		<pubDate>Mon, 10 Mar 2008 22:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-90</guid>
		<description>Jon, I believe Derek is the user Charley Kyd talks about...

Derek, believe me, I am not a programmer, and I don&#039;t go much beyond the examples above, but once you start automating some tasks with recorded macros you will not turn back. There are many things that you simply can&#039;t do without VBA (like stupid and repetitive tasks and user interfaces).</description>
		<content:encoded><![CDATA[<p>Jon, I believe Derek is the user Charley Kyd talks about&#8230;</p>
<p>Derek, believe me, I am not a programmer, and I don&#8217;t go much beyond the examples above, but once you start automating some tasks with recorded macros you will not turn back. There are many things that you simply can&#8217;t do without VBA (like stupid and repetitive tasks and user interfaces).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-89</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 10 Mar 2008 21:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-89</guid>
		<description>Derek - VBA isn&#039;t too tough. The macro recorder (see &lt;a href=&quot;http://peltiertech.com/WordPress/2008/03/10/how-to-recording-your-own-macro/&quot; rel=&quot;nofollow&quot;&gt;the next post&lt;/a&gt;) gives you much of what you need, then it&#039;s a matter of fiddling around, or using Google, to make it do wyat you need.</description>
		<content:encoded><![CDATA[<p>Derek &#8211; VBA isn&#8217;t too tough. The macro recorder (see <a href="http://peltiertech.com/WordPress/2008/03/10/how-to-recording-your-own-macro/" rel="nofollow">the next post</a>) gives you much of what you need, then it&#8217;s a matter of fiddling around, or using Google, to make it do wyat you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/comment-page-1/#comment-91</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Mon, 10 Mar 2008 21:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/09/how-to-use-someone-elses-macro/#comment-91</guid>
		<description>Just to be clear, I wasn&#039;t saying I&#039;m new to VBA as it applies to charts. I was saying I&#039;m new to VBA, period.</description>
		<content:encoded><![CDATA[<p>Just to be clear, I wasn&#8217;t saying I&#8217;m new to VBA as it applies to charts. I was saying I&#8217;m new to VBA, period.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

