<?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 Technology Rules</title>
	<atom:link href="http://tech.xnepali.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xnepali.com</link>
	<description>Tech Tips and Technology Updates</description>
	<lastBuildDate>Sat, 20 Feb 2010 12:46:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MS-EXCEL SHORTCUT KEYS by santosh narale</title>
		<link>http://tech.xnepali.com/ms-excel-shortcut-keys/comment-page-1/#comment-536</link>
		<dc:creator>santosh narale</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=17#comment-536</guid>
		<description>short cut keys</description>
		<content:encoded><![CDATA[<p>short cut keys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by boros</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-372</link>
		<dc:creator>boros</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-372</guid>
		<description>mmm...interesting</description>
		<content:encoded><![CDATA[<p>mmm&#8230;interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screen Capture (Print Screen) in Mac Computer &#8211; Mac OS and Windows OS by boros</title>
		<link>http://tech.xnepali.com/screen-capture-print-screen-in-mac-computer-mac-os-and-windows-os/comment-page-1/#comment-371</link>
		<dc:creator>boros</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=115#comment-371</guid>
		<description>nice suggestion, but as for me I prefer to use Macvide ScreenCap</description>
		<content:encoded><![CDATA[<p>nice suggestion, but as for me I prefer to use Macvide ScreenCap</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by admin</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-345</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-345</guid>
		<description>That is great Dave. Thank you very much. 
Today&#039;s edit refers visitors to your comment for the latest version.</description>
		<content:encoded><![CDATA[<p>That is great Dave. Thank you very much.<br />
Today&#8217;s edit refers visitors to your comment for the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by Dave Brett</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-344</link>
		<dc:creator>Dave Brett</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-344</guid>
		<description>Hi,

Duplicate Master Version 2.13, is available as an Experts Exchange Article at the link below. The  article includes a tutorial on using the new string handling functionality.

Please note that this link is freely available and does not require you to register at Experts Exchange.

http://www.experts-exchange.com/articles/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Eliminating-duplicate-data-with-Duplicate-Master-V2.html#c8430

Regards
brettdj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Duplicate Master Version 2.13, is available as an Experts Exchange Article at the link below. The  article includes a tutorial on using the new string handling functionality.</p>
<p>Please note that this link is freely available and does not require you to register at Experts Exchange.</p>
<p><a href="http://www.experts-exchange.com/articles/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Eliminating-duplicate-data-with-Duplicate-Master-V2.html#c8430" rel="nofollow">http://www.experts-exchange.com/articles/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Eliminating-duplicate-data-with-Duplicate-Master-V2.html#c8430</a></p>
<p>Regards<br />
brettdj</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS-EXCEL SHORTCUT KEYS by admin</title>
		<link>http://tech.xnepali.com/ms-excel-shortcut-keys/comment-page-1/#comment-342</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=17#comment-342</guid>
		<description>LOWER - Converts all uppercase letters in a text string to lowercase.

UPPER - Converts all lowercase letters in a text string to uppercase.

PROPER - Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.

Usuage - upper(A1) converts lowercase text in A1 to uppercase. 
 </description>
		<content:encoded><![CDATA[<p>LOWER &#8211; Converts all uppercase letters in a text string to lowercase.</p>
<p>UPPER &#8211; Converts all lowercase letters in a text string to uppercase.</p>
<p>PROPER &#8211; Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.</p>
<p>Usuage &#8211; upper(A1) converts lowercase text in A1 to uppercase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS-EXCEL SHORTCUT KEYS by gayatri</title>
		<link>http://tech.xnepali.com/ms-excel-shortcut-keys/comment-page-1/#comment-341</link>
		<dc:creator>gayatri</dc:creator>
		<pubDate>Sun, 24 Jan 2010 10:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=17#comment-341</guid>
		<description>how change text case in microsoft excel</description>
		<content:encoded><![CDATA[<p>how change text case in microsoft excel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by Ryan</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-333</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-333</guid>
		<description>Hey, I just found the file on the www.archive.org.   I thought I&#039;d give it a try since they attempt to archive everything on the internet - and there it was!  

http://web.archive.org/web/20080320070127/http://members.iinet.net.au/~brettdj/DM.php</description>
		<content:encoded><![CDATA[<p>Hey, I just found the file on the <a href="http://www.archive.org" rel="nofollow">http://www.archive.org</a>.   I thought I&#8217;d give it a try since they attempt to archive everything on the internet &#8211; and there it was!  </p>
<p><a href="http://web.archive.org/web/20080320070127/http://members.iinet.net.au/~brettdj/DM.php" rel="nofollow">http://web.archive.org/web/20080320070127/http://members.iinet.net.au/~brettdj/DM.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by David Brett</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-332</link>
		<dc:creator>David Brett</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-332</guid>
		<description>thx for the offer.  :)

At this stage I think will dispense with the website and simply offer a download link. If not then I will come back to you on this

The good news is the beta version of  Duplicate Master V2.0 is available at http://www.vbaexpress.com/forum/showthread.php?t=29338 for testing and comment.

I have beefed up the string comparison options considerably, to the extent where Regular Expression functionality is available for serious string matching

Regards

Dave (brettdj)</description>
		<content:encoded><![CDATA[<p>thx for the offer.  <img src='http://tech.xnepali.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At this stage I think will dispense with the website and simply offer a download link. If not then I will come back to you on this</p>
<p>The good news is the beta version of  Duplicate Master V2.0 is available at <a href="http://www.vbaexpress.com/forum/showthread.php?t=29338" rel="nofollow">http://www.vbaexpress.com/forum/showthread.php?t=29338</a> for testing and comment.</p>
<p>I have beefed up the string comparison options considerably, to the extent where Regular Expression functionality is available for serious string matching</p>
<p>Regards</p>
<p>Dave (brettdj)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Excel add-in The Duplicate Master by admin</title>
		<link>http://tech.xnepali.com/free-excel-add-in-the-duplicate-master/comment-page-1/#comment-331</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 07:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xnepali.com/?p=58#comment-331</guid>
		<description>Thanks David,
Tell me if you need help with your website. 
Would be happy to help.</description>
		<content:encoded><![CDATA[<p>Thanks David,<br />
Tell me if you need help with your website.<br />
Would be happy to help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.246 seconds -->
