<?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 for projectwoman.com</title>
	<atom:link href="http://projectwoman.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://projectwoman.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 19:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Typing in the second column in Word by xxalle</title>
		<link>http://projectwoman.com/2011/01/typing-in-the-second-column-in-word.html/comment-page-1#comment-1196</link>
		<dc:creator>xxalle</dc:creator>
		<pubDate>Thu, 17 May 2012 19:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/?p=1256#comment-1196</guid>
		<description>Thank You...

This was very helpful.</description>
		<content:encoded><![CDATA[<p>Thank You&#8230;</p>
<p>This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photoshop &#8211; Recover an overexposed image by David Alter</title>
		<link>http://projectwoman.com/2009/12/photoshop-recover-an-overexposed-image.html/comment-page-1#comment-1195</link>
		<dc:creator>David Alter</dc:creator>
		<pubDate>Mon, 14 May 2012 17:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/2009/12/photoshop-recover-an-overexposed-image.html#comment-1195</guid>
		<description>It is humbling to realize that I don&#039;t know everything! Keep up your great work. It is extremely helpful</description>
		<content:encoded><![CDATA[<p>It is humbling to realize that I don&#8217;t know everything! Keep up your great work. It is extremely helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel multi color column charts by Helen Bradley</title>
		<link>http://projectwoman.com/2011/06/excel-multi-color-column-charts.html/comment-page-1#comment-1194</link>
		<dc:creator>Helen Bradley</dc:creator>
		<pubDate>Fri, 11 May 2012 16:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://projectwoman.com/wordpress/?p=1821#comment-1194</guid>
		<description>Click the column so you have it and only it selected. Right click and choose Format Data Point (if it says Format Data Series then you have too many columns selected). Click Fill and then select Solid Fill and choose the color.

cheers

Helen</description>
		<content:encoded><![CDATA[<p>Click the column so you have it and only it selected. Right click and choose Format Data Point (if it says Format Data Series then you have too many columns selected). Click Fill and then select Solid Fill and choose the color.</p>
<p>cheers</p>
<p>Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel multi color column charts by Shamran</title>
		<link>http://projectwoman.com/2011/06/excel-multi-color-column-charts.html/comment-page-1#comment-1188</link>
		<dc:creator>Shamran</dc:creator>
		<pubDate>Wed, 09 May 2012 19:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://projectwoman.com/wordpress/?p=1821#comment-1188</guid>
		<description>i&#039;m sorry but is there a way to choose the colors on the individual colums?</description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry but is there a way to choose the colors on the individual colums?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leading zeros in Excel by Helen Bradley</title>
		<link>http://projectwoman.com/2008/02/leading-zeros-in-excel.html/comment-page-1#comment-1187</link>
		<dc:creator>Helen Bradley</dc:creator>
		<pubDate>Tue, 08 May 2012 16:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/2008/02/leading-zeros-in-excel.html#comment-1187</guid>
		<description>You are right, this only works for display purposes. The only way to &#039;keep&#039; the leading zeros is to prefix the cell entry with a single quote mark - ie a &#039; so it looks like:

&#039;0005639

Then it will show leading zeros but it is now a piece of text and not a number so you cannot perform any calculations using it. 

cheers

Helen</description>
		<content:encoded><![CDATA[<p>You are right, this only works for display purposes. The only way to &#8216;keep&#8217; the leading zeros is to prefix the cell entry with a single quote mark &#8211; ie a &#8216; so it looks like:</p>
<p>&#8217;0005639</p>
<p>Then it will show leading zeros but it is now a piece of text and not a number so you cannot perform any calculations using it. </p>
<p>cheers</p>
<p>Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leading zeros in Excel by krishna</title>
		<link>http://projectwoman.com/2008/02/leading-zeros-in-excel.html/comment-page-1#comment-1186</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Tue, 08 May 2012 12:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/2008/02/leading-zeros-in-excel.html#comment-1186</guid>
		<description>Madam, Somehow what you are saying works ONLY for display. If there is a need for the format to be retained when copied to another location, this does not work. Even =rept(&quot;0&quot;,5)+f3 will work only to the extent that it gets replicated when copied and pasted using special paste&gt;values option. However, in the edit bar, it would still show the figure as one without the leading zeros. Is there some method to show the leading zeros in the edit bar?

I need this because the software i use requires to read the data from another database which has the leading zeros. Any help please!</description>
		<content:encoded><![CDATA[<p>Madam, Somehow what you are saying works ONLY for display. If there is a need for the format to be retained when copied to another location, this does not work. Even =rept(&#8220;0&#8243;,5)+f3 will work only to the extent that it gets replicated when copied and pasted using special paste&gt;values option. However, in the edit bar, it would still show the figure as one without the leading zeros. Is there some method to show the leading zeros in the edit bar?</p>
<p>I need this because the software i use requires to read the data from another database which has the leading zeros. Any help please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Helen Bradley &#8211; Photoshop and Lightroom tips and techniques by ﻿Ipod</title>
		<link>http://projectwoman.com/phototips/comment-page-1#comment-1184</link>
		<dc:creator>﻿Ipod</dc:creator>
		<pubDate>Sun, 06 May 2012 17:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/blogger-html#comment-1184</guid>
		<description>[...] by the time mentioned know that. To me ipod tricks touch do means just one fact &#8211; ipod tricks touch do. I am talking respecting it bordering on ipod tricks touch do. Wanderers rest on their past ipod [...]</description>
		<content:encoded><![CDATA[<p>[...] by the time mentioned know that. To me ipod tricks touch do means just one fact &#8211; ipod tricks touch do. I am talking respecting it bordering on ipod tricks touch do. Wanderers rest on their past ipod [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling Images in Word 2010 by Keith Gomm</title>
		<link>http://projectwoman.com/2010/02/controlling-images-in-word-2010.html/comment-page-1#comment-1183</link>
		<dc:creator>Keith Gomm</dc:creator>
		<pubDate>Sat, 05 May 2012 17:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/2010/02/controlling-images-in-word-2010.html#comment-1183</guid>
		<description>Hi, I wonder if you can help? Why are my pictures getting cropped at the bottom when I put them in a text box, when I display the whole document at 70 percent or below it reappear. I am using word 2010</description>
		<content:encoded><![CDATA[<p>Hi, I wonder if you can help? Why are my pictures getting cropped at the bottom when I put them in a text box, when I display the whole document at 70 percent or below it reappear. I am using word 2010</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Groups in Windows 8 by How To Rename Groups In Windows 8 &#124; Lifehacker Australia</title>
		<link>http://projectwoman.com/2012/04/making-groups-in-windows-8.html/comment-page-1#comment-1181</link>
		<dc:creator>How To Rename Groups In Windows 8 &#124; Lifehacker Australia</dc:creator>
		<pubDate>Sun, 29 Apr 2012 23:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://projectwoman.com/?p=3120#comment-1181</guid>
		<description>[...] you use the Zoom option on the Start screen to shrink tiles. Hit the post for full instructions.Making Groups in Windows 8 [Project Woman]Tags Australian Stories microsoft windows 8 windows 8 consumer preview  Related [...]</description>
		<content:encoded><![CDATA[<p>[...] you use the Zoom option on the Start screen to shrink tiles. Hit the post for full instructions.Making Groups in Windows 8 [Project Woman]Tags Australian Stories microsoft windows 8 windows 8 consumer preview  Related [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic thank you for following software for Twitter by Todd Gray &#124; Strategic Interventionist</title>
		<link>http://projectwoman.com/2009/06/automatic-thank-you-for-following-software-for-twitter.html/comment-page-1#comment-1179</link>
		<dc:creator>Todd Gray &#124; Strategic Interventionist</dc:creator>
		<pubDate>Sat, 28 Apr 2012 22:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectwoman.com/2009/06/automatic-thank-you-for-following-software-for-twitter.html#comment-1179</guid>
		<description>Thanks for this Helen, it is exactly what I was looking for... took less than a minute to set up! Phenomenal.</description>
		<content:encoded><![CDATA[<p>Thanks for this Helen, it is exactly what I was looking for&#8230; took less than a minute to set up! Phenomenal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

