<?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: Extracting Microsoft Project Timephased Data</title>
	<atom:link href="http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/</link>
	<description>A project manager's log book</description>
	<lastBuildDate>Mon, 09 Nov 2009 21:23:52 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Allan</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-78</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-78</guid>
		<description>very very useful.. but you have to search and replace the &quot;&quot; and &#039; characters in a text editor before copying it into your project.

I also went to the assignment level by adding another for loop within the Resources loop and looping through all the resource(R).assignments(a).  

good good good thanks!</description>
		<content:encoded><![CDATA[<p>very very useful.. but you have to search and replace the &#8220;&#8221; and &#8216; characters in a text editor before copying it into your project.</p>
<p>I also went to the assignment level by adding another for loop within the Resources loop and looping through all the resource(R).assignments(a).  </p>
<p>good good good thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Vanparys</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-77</link>
		<dc:creator>Thomas Vanparys</dc:creator>
		<pubDate>Thu, 03 Sep 2009 08:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-77</guid>
		<description>Hi there,

Great article. I&#039;ve stumbled across your site while researching Monte Carlo simulations and ended up reading this because I&#039;ve run into the same resource export issue myself a while ago.

I have developed a similar module which provides a little more flexibility for the end user but is focused on the work rather than the cost.

I was wondering whether you would mind if I included some of your ideas in my module?

With regards to the flexibility I mentioned the module I&#039;m maintaining allows you to do the following at execution: 
- pick your date range for the export
- choose from several data types such as Availability to work, Work Assigned, Remaining Availability, Percent Allocation or Overallocation.
- choose the size of the time units to export (months, weeks, days etc.)
- pick whether you want to export hours or FTE equivalents data
- include any of up to 70 commonly used fields from the resource table in the export.

It&#039;s freely downloadable from http://www.badsoda.com/tools/time-scaled-resource-data-exporter/</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Great article. I&#8217;ve stumbled across your site while researching Monte Carlo simulations and ended up reading this because I&#8217;ve run into the same resource export issue myself a while ago.</p>
<p>I have developed a similar module which provides a little more flexibility for the end user but is focused on the work rather than the cost.</p>
<p>I was wondering whether you would mind if I included some of your ideas in my module?</p>
<p>With regards to the flexibility I mentioned the module I&#8217;m maintaining allows you to do the following at execution:<br />
- pick your date range for the export<br />
- choose from several data types such as Availability to work, Work Assigned, Remaining Availability, Percent Allocation or Overallocation.<br />
- choose the size of the time units to export (months, weeks, days etc.)<br />
- pick whether you want to export hours or FTE equivalents data<br />
- include any of up to 70 commonly used fields from the resource table in the export.</p>
<p>It&#8217;s freely downloadable from <a href="http://www.badsoda.com/tools/time-scaled-resource-data-exporter/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.badsoda.com');" rel="nofollow">http://www.badsoda.com/tools/time-scaled-resource-data-exporter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sašo</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-70</link>
		<dc:creator>Sašo</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-70</guid>
		<description>Michale, try commenting the line (put &#039; in front of the line) for a start.

Maybe you could also set a breakpoint on that line. Click on it and press F9. Then run the script and when it stops on the breakpoint, point the mouse to PjTask.Outline and check whether the number, which will be displayed makes sense or not.

Regarding the view, there is no need to be on a particular view.</description>
		<content:encoded><![CDATA[<p>Michale, try commenting the line (put &#8216; in front of the line) for a start.</p>
<p>Maybe you could also set a breakpoint on that line. Click on it and press F9. Then run the script and when it stops on the breakpoint, point the mouse to PjTask.Outline and check whether the number, which will be displayed makes sense or not.</p>
<p>Regarding the view, there is no need to be on a particular view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hoare</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-69</link>
		<dc:creator>Michael Hoare</dc:creator>
		<pubDate>Sat, 14 Feb 2009 05:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-69</guid>
		<description>Also - do I need to be on a particular view to execute the macro, or can I be on the Gantt, Usage or Resource Sheet Views?</description>
		<content:encoded><![CDATA[<p>Also &#8211; do I need to be on a particular view to execute the macro, or can I be on the Gantt, Usage or Resource Sheet Views?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hoare</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-68</link>
		<dc:creator>Michael Hoare</dc:creator>
		<pubDate>Sat, 14 Feb 2009 04:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-68</guid>
		<description>Hi - this looks like a very useful Module - but I can&#039;t seem to debug the following error.  &quot;Run-time error 1004, Unable to set teh outline level property of the Range Class&quot;.  This occurs on the line:

XlSheet.Rows(T + 1).OutlineLevel = PjTask.OutlineLevel</description>
		<content:encoded><![CDATA[<p>Hi &#8211; this looks like a very useful Module &#8211; but I can&#8217;t seem to debug the following error.  &#8220;Run-time error 1004, Unable to set teh outline level property of the Range Class&#8221;.  This occurs on the line:</p>
<p>XlSheet.Rows(T + 1).OutlineLevel = PjTask.OutlineLevel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sašo</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-67</link>
		<dc:creator>Sašo</dc:creator>
		<pubDate>Tue, 02 Dec 2008 07:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-67</guid>
		<description>Let me know, where exactly does macro crash. It will highlight the line with yellow.

What does the error message say?</description>
		<content:encoded><![CDATA[<p>Let me know, where exactly does macro crash. It will highlight the line with yellow.</p>
<p>What does the error message say?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Singleton</title>
		<link>http://rule-of-thumb.net/2008/07/23/extracting-ms-project-timephased-data/comment-page-1/#comment-66</link>
		<dc:creator>Michael Singleton</dc:creator>
		<pubDate>Mon, 01 Dec 2008 20:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://cespov-njok.com/wp-beta/?p=290#comment-66</guid>
		<description>How do I call this? Using it as a macro simply throws an error.</description>
		<content:encoded><![CDATA[<p>How do I call this? Using it as a macro simply throws an error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
