<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Training, Consulting and PMO Augmentation</title>
	
	<link>http://amandustechnologies.com/blogs</link>
	<description>We Prevent Crunch and Project Crashes!</description>
	<lastBuildDate>Tue, 15 May 2012 08:52:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/amandustechnologies" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="amandustechnologies" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>VBA Script to open MS Project files</title>
		<link>http://amandustechnologies.com/blogs/?p=259</link>
		<comments>http://amandustechnologies.com/blogs/?p=259#comments</comments>
		<pubDate>Tue, 15 May 2012 08:52:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[CreateObject]]></category>
		<category><![CDATA[FileOpen]]></category>
		<category><![CDATA[Msproject.Application]]></category>
		<category><![CDATA[Visible = True]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=259</guid>
		<description><![CDATA[Here is a simple script which open MS Project file from local system for further editing.  One need to copy and paste below code into a vbs file on local system and execute it to get the results. VBA Script: &#8230; <a href="http://amandustechnologies.com/blogs/?p=259">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=259</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding notes to all non-summary tasks in project</title>
		<link>http://amandustechnologies.com/blogs/?p=255</link>
		<comments>http://amandustechnologies.com/blogs/?p=255#comments</comments>
		<pubDate>Mon, 14 May 2012 11:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[ActiveProject]]></category>
		<category><![CDATA[Add notes to task]]></category>
		<category><![CDATA[AppendNotes]]></category>
		<category><![CDATA[non-summary task]]></category>
		<category><![CDATA[Summary]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=255</guid>
		<description><![CDATA[Here is a quick view of how to add a note to all tasks (which are non-summary) in a project via VBA script     Dim tsks As Tasks     Dim t As Task     Set tsks = ActiveProject.Tasks         &#8230; <a href="http://amandustechnologies.com/blogs/?p=255">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date time command examples in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=252</link>
		<comments>http://amandustechnologies.com/blogs/?p=252#comments</comments>
		<pubDate>Wed, 09 May 2012 11:56:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateAdd]]></category>
		<category><![CDATA[DateDiff]]></category>
		<category><![CDATA[DatePart]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[FormatDateTime]]></category>
		<category><![CDATA[Hour]]></category>
		<category><![CDATA[Minute]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[MonthName]]></category>
		<category><![CDATA[now]]></category>
		<category><![CDATA[Second]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Timer]]></category>
		<category><![CDATA[Weekday]]></category>
		<category><![CDATA[Year]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=252</guid>
		<description><![CDATA[MsgBox &#8220;Today&#8217;s Date is : &#8221; &#38; Date MsgBox &#8220;Now the time is  : &#8221; &#38; Time MsgBox &#8220;Adding 1 month to today&#8217;s date will get : &#8221; &#38; DateAdd(&#8220;m&#8221;, 1, Date) MsgBox &#8220;Adding 1 day to today&#8217;s date will &#8230; <a href="http://amandustechnologies.com/blogs/?p=252">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find total number of working days for all resource in active project</title>
		<link>http://amandustechnologies.com/blogs/?p=247</link>
		<comments>http://amandustechnologies.com/blogs/?p=247#comments</comments>
		<pubDate>Wed, 18 Apr 2012 07:45:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[ActiveProject]]></category>
		<category><![CDATA[man hours]]></category>
		<category><![CDATA[MsgBox]]></category>
		<category><![CDATA[remaining work]]></category>
		<category><![CDATA[resource calendar]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Working Day]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=247</guid>
		<description><![CDATA[finding number of working days for a resource is tiresome and if count of such resources is big, Project managers are at helm of tasks that needs to be undertaken to identify man hours available and other project related durations. &#8230; <a href="http://amandustechnologies.com/blogs/?p=247">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=247</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PWA guide from Microsoft</title>
		<link>http://amandustechnologies.com/blogs/?p=245</link>
		<comments>http://amandustechnologies.com/blogs/?p=245#comments</comments>
		<pubDate>Fri, 13 Apr 2012 07:49:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[Microsoft Project Server]]></category>
		<category><![CDATA[Project Web App]]></category>
		<category><![CDATA[PWA]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=245</guid>
		<description><![CDATA[Just wanted to share microsoft guide for PWA (Project Web App).  found it interesting and a good resource for new comers. this can be found here. &#160;]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excluding tasks / resources from MS Project Leveling</title>
		<link>http://amandustechnologies.com/blogs/?p=239</link>
		<comments>http://amandustechnologies.com/blogs/?p=239#comments</comments>
		<pubDate>Thu, 12 Apr 2012 11:26:05 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[excluding resource from leveling]]></category>
		<category><![CDATA[excluding task from leveling]]></category>
		<category><![CDATA[Resource leveling]]></category>
		<category><![CDATA[work resource leveling]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=239</guid>
		<description><![CDATA[Excluding tasks from MS Project Leveling If the priority number for a task is 1000, MS Project will not delay the task and excludes it from the leveling process . &#160; Excluding resources from MS Project Leveling As a project &#8230; <a href="http://amandustechnologies.com/blogs/?p=239">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed and Committed resource types in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=232</link>
		<comments>http://amandustechnologies.com/blogs/?p=232#comments</comments>
		<pubDate>Thu, 12 Apr 2012 10:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[booking type]]></category>
		<category><![CDATA[default booking type]]></category>
		<category><![CDATA[excluding proposed resources]]></category>
		<category><![CDATA[Level resources with the proposed booking type]]></category>
		<category><![CDATA[Resource graph]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=232</guid>
		<description><![CDATA[“Booking Type” for a resource can be “Committed” or “Proposed”.   So what does different types of resource booking means: Committed:        A resource that is formally allocated to any task assignments they have within a project. This is the default booking &#8230; <a href="http://amandustechnologies.com/blogs/?p=232">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=232</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring MS Project to look for “Early Warning Signs” during Project execution.</title>
		<link>http://amandustechnologies.com/blogs/?p=217</link>
		<comments>http://amandustechnologies.com/blogs/?p=217#comments</comments>
		<pubDate>Mon, 09 Apr 2012 13:00:34 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[early warning signal]]></category>
		<category><![CDATA[Early Warning Signs]]></category>
		<category><![CDATA[Finish Date]]></category>
		<category><![CDATA[Formula]]></category>
		<category><![CDATA[Graphical Indicator]]></category>
		<category><![CDATA[GREEN Indicator]]></category>
		<category><![CDATA[RED Indicator]]></category>
		<category><![CDATA[YELLOW Indicator]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=217</guid>
		<description><![CDATA[ MS Project is a handy tool when it come to identify patterns which are typically early warning signs that needs to be addressed.   In this exercise, we will configure an early warning sign using custom field for following conditions:  Task &#8230; <a href="http://amandustechnologies.com/blogs/?p=217">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=217</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functions to manipulate Date and time in MS Project VBA</title>
		<link>http://amandustechnologies.com/blogs/?p=215</link>
		<comments>http://amandustechnologies.com/blogs/?p=215#comments</comments>
		<pubDate>Mon, 09 Apr 2012 11:29:01 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateAdd]]></category>
		<category><![CDATA[DateDiff]]></category>
		<category><![CDATA[DatePart]]></category>
		<category><![CDATA[DateSerial]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[If Then Else]]></category>
		<category><![CDATA[MonthName]]></category>
		<category><![CDATA[now]]></category>
		<category><![CDATA[TimeSerial]]></category>
		<category><![CDATA[TRUE]]></category>
		<category><![CDATA[vbMonday)]]></category>
		<category><![CDATA[WeekdayName (3]]></category>
		<category><![CDATA[Year function]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=215</guid>
		<description><![CDATA[In today&#8217;s write out, we will explore few of the functions available in MS Project to manipulate Date and Time data in MS Project. Msgbox DatePart(&#8220;yyyy&#8221;, &#8220;15/10/1998&#8243;)                     &#8216;returns 1998 &#8212;- Msgbox DateDiff(&#8220;d&#8221;, &#8220;04/01/2012&#8243;, &#8220;04/05/2012&#8243;)               &#8216; returns 4 &#8212;&#8211; Msgbox DateSerial(2004, 6, 30)                             &#8230; <a href="http://amandustechnologies.com/blogs/?p=215">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=215</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alternative to create “Split View” in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=212</link>
		<comments>http://amandustechnologies.com/blogs/?p=212#comments</comments>
		<pubDate>Mon, 09 Apr 2012 11:09:59 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS Project]]></category>
		<category><![CDATA[Split view]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=212</guid>
		<description><![CDATA[In MS Project, you one can split view via &#8220;Window&#8221; -> &#8220;Split Window&#8221; option (MS Project 2007) or &#8220;View tab&#8221; and &#8220;Select a view&#8221; from &#8220;Details&#8221; drop down. MS Project also provides a short cut key, where in a user &#8230; <a href="http://amandustechnologies.com/blogs/?p=212">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=212</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Text wrap” for column text in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=209</link>
		<comments>http://amandustechnologies.com/blogs/?p=209#comments</comments>
		<pubDate>Mon, 09 Apr 2012 09:05:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[multiline]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[Text Wrap]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=209</guid>
		<description><![CDATA[This is a link to KB Support from Microsoft on &#8220;Text Wrapping&#8221; support in MS Project 2010.  On entering a long text in MS Project field (associated to table view etc), MS Project generally do not support &#8220;Text Wrapping&#8221; to &#8230; <a href="http://amandustechnologies.com/blogs/?p=209">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=209</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Kanban Guidance with TFS</title>
		<link>http://amandustechnologies.com/blogs/?p=207</link>
		<comments>http://amandustechnologies.com/blogs/?p=207#comments</comments>
		<pubDate>Tue, 27 Mar 2012 13:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lean]]></category>
		<category><![CDATA[Kanban]]></category>
		<category><![CDATA[Team Foundation server]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=207</guid>
		<description><![CDATA[Microsoft ALM Rangers have come up with beta of &#8220;Practical Kanban&#8221; guidance, hands on lab and process templates to implement Kanban in Team Foundation Server 2010 and Team Foundation Server 2012. This is a big start from Microsoft side towards &#8230; <a href="http://amandustechnologies.com/blogs/?p=207">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=207</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching tasks of 1 day duration in project schedule</title>
		<link>http://amandustechnologies.com/blogs/?p=200</link>
		<comments>http://amandustechnologies.com/blogs/?p=200#comments</comments>
		<pubDate>Tue, 27 Mar 2012 12:12:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[all tasks in project]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[finding tasks duration programatically]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[Task duration]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=200</guid>
		<description><![CDATA[In order to optimally load resources to tasks, Project manager need to search for small duration and large duration tasks in entire project.  This can be achieved by applying filtering. This can be done with VBA Script as follow.  here Project &#8230; <a href="http://amandustechnologies.com/blogs/?p=200">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=200</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day to day operations in MS Project with VBA</title>
		<link>http://amandustechnologies.com/blogs/?p=191</link>
		<comments>http://amandustechnologies.com/blogs/?p=191#comments</comments>
		<pubDate>Tue, 27 Mar 2012 11:24:45 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[VBA Tips for MS Project]]></category>
		<category><![CDATA[Apply filter]]></category>
		<category><![CDATA[Delete baseline]]></category>
		<category><![CDATA[programatically]]></category>
		<category><![CDATA[Save baseline]]></category>
		<category><![CDATA[Split view]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=191</guid>
		<description><![CDATA[As MS Project users, we are comfortable applying common actions like &#8220;Split view&#8221;, &#8220;Apply filter&#8221;.    This short writeout talks about above actions implementation via VBA Script. VBA Script to Split current View:       The following script Applies “Critical” &#8230; <a href="http://amandustechnologies.com/blogs/?p=191">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confused where to look for MS Project 2007 commands in MS Project 2010</title>
		<link>http://amandustechnologies.com/blogs/?p=183</link>
		<comments>http://amandustechnologies.com/blogs/?p=183#comments</comments>
		<pubDate>Mon, 26 Mar 2012 11:34:30 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[command in MS Project 2010]]></category>
		<category><![CDATA[find your favorite commands on the ribbon in Project 2010]]></category>
		<category><![CDATA[interactive guide to ribbon guide]]></category>
		<category><![CDATA[Ribbon interface]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=183</guid>
		<description><![CDATA[As new users for MS Project 2010 (considering we have worked with 2007 exhaustively), project managers find it difficult to find a specific command which exists in MS Project 2007 in MS Project 2010 ribbon view.  while working on above &#8230; <a href="http://amandustechnologies.com/blogs/?p=183">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project management with MS Project 2010</title>
		<link>http://amandustechnologies.com/blogs/?p=180</link>
		<comments>http://amandustechnologies.com/blogs/?p=180#comments</comments>
		<pubDate>Mon, 26 Mar 2012 11:24:38 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[Project Management with MS Project]]></category>
		<category><![CDATA[Assign resources]]></category>
		<category><![CDATA[Finish project]]></category>
		<category><![CDATA[Plan tasks]]></category>
		<category><![CDATA[Project management with MS Project]]></category>
		<category><![CDATA[Set baseline]]></category>
		<category><![CDATA[Start a new Project]]></category>
		<category><![CDATA[Update Progress]]></category>
		<category><![CDATA[View or create reports]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=180</guid>
		<description><![CDATA[MS Project 2010 documentation comes with printable guide that gives and overview step of how to use MS Project to manage a project from Start to finish.  I found this guid helpful and interactive.  This downlodable guide available here cover &#8230; <a href="http://amandustechnologies.com/blogs/?p=180">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Project Calendars</title>
		<link>http://amandustechnologies.com/blogs/?p=175</link>
		<comments>http://amandustechnologies.com/blogs/?p=175#comments</comments>
		<pubDate>Sat, 24 Mar 2012 03:20:36 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[EVM with MS Project]]></category>
		<category><![CDATA[MS Project]]></category>
		<category><![CDATA[assigning a resource calendar]]></category>
		<category><![CDATA[Base calendar]]></category>
		<category><![CDATA[project calendar]]></category>
		<category><![CDATA[project calendars]]></category>
		<category><![CDATA[resource calendar]]></category>
		<category><![CDATA[scheduling of calendars]]></category>
		<category><![CDATA[task calendar]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=175</guid>
		<description><![CDATA[MS Project allows schedule control at three levels, Project level, resource level and task level. Project calendar or base calendar is default calendar for all resources and tasks on project which specifies default working and non working time for set of &#8230; <a href="http://amandustechnologies.com/blogs/?p=175">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=175</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day to day keyboard shorts in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=171</link>
		<comments>http://amandustechnologies.com/blogs/?p=171#comments</comments>
		<pubDate>Thu, 22 Mar 2012 11:41:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[ALT + LEFT ARROW KEY]]></category>
		<category><![CDATA[ALT + RIGHT ARROW KEY]]></category>
		<category><![CDATA[ALT + SHIFT + * (Asterix symbol on keyboard)]]></category>
		<category><![CDATA[ALT + SHIFT + + (plus symbol on keyboard)]]></category>
		<category><![CDATA[ALT + SHIFT + RIGHT / LEFT Arrow key]]></category>
		<category><![CDATA[CTRL + F2]]></category>
		<category><![CDATA[CTRL + SHIFT + F2]]></category>
		<category><![CDATA[CTRL + SHIFT + SPACE BAR]]></category>
		<category><![CDATA[CTRL + SPACE BAR]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[MS Project Keyboard shortcuts]]></category>
		<category><![CDATA[Select the entry to fill and CTRL + D]]></category>
		<category><![CDATA[SHIFT + BACKSPACE]]></category>
		<category><![CDATA[Shift + F11]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=171</guid>
		<description><![CDATA[Here are some of the keyboard shortcuts i found important while working with MS Project on a day to day basis: Open new window :             Shift + F11 “Column Definition”:         ALT + F3 X Information:                    Shift + F2 Where X &#8230; <a href="http://amandustechnologies.com/blogs/?p=171">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=171</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating custom reports in MS Project</title>
		<link>http://amandustechnologies.com/blogs/?p=156</link>
		<comments>http://amandustechnologies.com/blogs/?p=156#comments</comments>
		<pubDate>Thu, 22 Mar 2012 08:45:13 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=156</guid>
		<description><![CDATA[It is generally a observed that project managers need to fetch data from MS Project plan at random request and make an analysis for presentation.  In this write out, we are going to suggest method to create custom reports using VBA. &#8230; <a href="http://amandustechnologies.com/blogs/?p=156">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=156</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding impact of resource availability on Schedule</title>
		<link>http://amandustechnologies.com/blogs/?p=149</link>
		<comments>http://amandustechnologies.com/blogs/?p=149#comments</comments>
		<pubDate>Wed, 21 Mar 2012 13:36:57 +0000</pubDate>
		<dc:creator>soni</dc:creator>
				<category><![CDATA[MS Project]]></category>
		<category><![CDATA[End Date]]></category>
		<category><![CDATA[Levelling project]]></category>
		<category><![CDATA[Project dates]]></category>
		<category><![CDATA[Project Schedule]]></category>
		<category><![CDATA[Resource Availability]]></category>
		<category><![CDATA[Resource Levelling]]></category>
		<category><![CDATA[Start date]]></category>

		<guid isPermaLink="false">http://amandustechnologies.com/blogs/?p=149</guid>
		<description><![CDATA[Project schedule is dependent on multiple factors: a. Duration and working-time period:  For a project of x duration, if all the time period is working the project should end by end of xth day from start date of project. b. &#8230; <a href="http://amandustechnologies.com/blogs/?p=149">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amandustechnologies.com/blogs/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

