<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Watching The Net &#187; Microsoft Office Tips</title>
	<atom:link href="http://www.watchingthenet.com/category/microsoft-office-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Wed, 01 Sep 2010 19:51:55 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<copyright>2007 www.watchingthent.com</copyright>
		<itunes:author>Watching The Net</itunes:author>
		<itunes:summary>Tech Tips, Reviews and Interesting Sightings Around The Internet</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		<itunes:category text="Technology" />
		<itunes:category text="Technology">
			<itunes:category text="Tech News" />
		</itunes:category>
		<itunes:category text="Technology">
			<itunes:category text="Software How-To" />
		</itunes:category>
		
		<item>
		<title>7 Easy Steps To Create A Microsoft Excel Macro</title>
		<link>http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html</link>
		<comments>http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 21:22:00 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[microsoft office]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=2114</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />What is a Macro?</p>
<p>Simply put, a <strong>Macro</strong> is a series of steps to accomplish a task which can be recorded and then reused in the future.</p>
<p><em>For example:</em> Let&#039;s say you have many steps that you use to create a report each month for your boss. Each month you may have the same spreadsheet, but with the current month&#039;s figures. Each month you setup the same Sums, Formulas, Text Formatting, Pivot Table, and maybe more.</p>
<p><a href="http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html" class="more-link">read more: 7 Easy Steps To Create A Microsoft Excel Macro</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />What is a Macro?</p>
<p>Simply put, a <strong>Macro</strong> is a series of steps to accomplish a task which can be recorded and then reused in the future.</p>
<p><em>For example:</em> Let&#039;s say you have many steps that you use to create a report each month for your boss. Each month you may have the same spreadsheet, but with the current month&#039;s figures. Each month you setup the same Sums, Formulas, Text Formatting, Pivot Table, and maybe more.</p>
<p>This could be very time consuming if you completed these steps individually each month.</p>
<p><span id="more-2114"></span></p>
<p>However, with a <em>Macro</em>, you can record the steps you complete each month. Once recorded, you setup a Shortcut Key to repeat these steps whenever you wish. This, simply put, is a Macro.</p>
<p>Macros are not unique to Excel, but for this instruction, we will use Excel as the example.</p>
<p>Recording a Macro involves following these steps:</p>
<p>1) Plan the keystrokes needed to complete the tasks (in our example above, it is the monthly formulas, text formatting, etc needed to create our report)</p>
<p>2) Click Tools | Macros | Record New Macro</p>
<p>3) Assign a <strong>Name </strong>for the Macro</p>
<p>4) Assign a <strong>Shortcut Key</strong> for the Macro</p>
<p>5) Click <strong>OK</strong></p>
<p>6) Perform the steps needed to create your report (the steps you complete each month, which includes formulas, text formatting, etc)</p>
<p>7) Click on the <strong>Stop </strong>button on the Macro Toolbar to stop recording and Save the Macro</p>
<p>Now that the <span style="text-decoration: underline;">Macro</span> has been created, you may want to test the Macro to confirm it completes all of the necessary steps that you wanted recorded.</p>
<p>Once you have tested, you are now ready to use the Macro each month when you are ready to create your report. Macros can help you accomplish tasks quickly and efficiently through this automated recording process.</p>
<p>To <strong>run the Macro</strong>, open the Excel spreadsheet you wish, and simply type the <em>Shortcut Key</em> you setup when you created the Macro.  Depending on the number of steps in the Macro, you may see Excel performing these steps, but quicker than you would have been able to on your own.  Once the Macro has run, you will see the completed steps that were performed.</p>
<p><span style="font-size: x-small;">Author &#8211; Debbie McCusker, <a href="http://www.GoAskDebbie.com">GoAskDebbie.com</a></span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Tips to Speed Up Microsoft Outlook 2007</title>
		<link>http://www.watchingthenet.com/thirteen-tips-to-speed-up-microsoft-outlook-2007.html</link>
		<comments>http://www.watchingthenet.com/thirteen-tips-to-speed-up-microsoft-outlook-2007.html#comments</comments>
		<pubDate>Sun, 31 May 2009 13:33:20 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1806</guid>
		<description><![CDATA[<p>While Outlook 2007 offers many new features that do indeed offer real benefits it can come at a price &#8211; performance. On my Core 2 Duo with 2GB of RAM Outlook 2007 originally took a good 20 seconds to fire up from a fully booted PC and appeared to be constantly sluggish.</p>
<p><a href="http://www.watchingthenet.com/thirteen-tips-to-speed-up-microsoft-outlook-2007.html" class="more-link">read more: 13 Tips to Speed Up Microsoft Outlook 2007</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/5-ways-to-use-bookmarks-for-other-things-than-just-saving-your-favorite-websites.html" title="5 Ways To Use Bookmarks For Other Things Than Just Saving Your Favorite Websites">5 Ways To Use Bookmarks For Other Things Than Just Saving Your Favorite Websites</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
<li><a href="http://www.watchingthenet.com/add-additional-custom-search-engines-to-internet-explorer-7-search-options.html" title="How To Add Custom Search Engines To Internet Explorer 7 Search Options">How To Add Custom Search Engines To Internet Explorer 7 Search Options</a></li>
<li><a href="http://www.watchingthenet.com/how-to-stop-windows-live-hotmail-from-marking-first-message-in-inbox-as-read.html" title="How To Stop Windows Live Hotmail From Marking First Message In Inbox As Read">How To Stop Windows Live Hotmail From Marking First Message In Inbox As Read</a></li>
<li><a href="http://www.watchingthenet.com/how-to-backup-bookmarks-favorites-in-internet-explorer.html" title="How To Backup Your Favorites (Bookmarks) In Internet Explorer">How To Backup Your Favorites (Bookmarks) In Internet Explorer</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>While Outlook 2007 offers many new features that do indeed offer real benefits it can come at a price &#8211; performance. On my Core 2 Duo with 2GB of RAM Outlook 2007 originally took a good 20 seconds to fire up from a fully booted PC and appeared to be constantly sluggish.</p>
<p>So what can be done about it?</p>
<p><span id="more-1806"></span></p>
<p><strong>Tip 1: Delete attachments</strong></p>
<p>A little-known feature in Outlook is the ability to keep an email but delete one or several attachment.</p>
<p>Firstly, sort your inbox by file size (descending) and open a message (by double clicking so it opens in a new window) where you no longer wish to keep the attachment. Right click over the attachment and select Remove.</p>
<p>Now save the email, repeat with all relevant emails in this mailbox and then repeat in any other mailboxes (including your sent items).</p>
<p><strong>Tip 2: Split emails into Archives</strong></p>
<p>Maybe you disabled the auto archive facility when you first saw it because you didn&#039;t understand it? Archiving old emails into a separate file still allows you to access less frequently used material when required but keeps your system running faster as it does not have to trawl through all of this redundant content regularly.</p>
<p>Click File | New | Outlook Data File. Enter a name for the file &#8211; a new folder will now appear in the folder list on the left.</p>
<p>You can add sub-folders to this by right clicking, which is useful if you want to create a similar hierarchy to your current inbox. Once done simply select multiple files in your main inbox and drag/drop them to the same inbox in your new archive folder.</p>
<p>Repeat for all other folders (e.g. Sent Items and any others that you may have created).</p>
<p>Close the new data file by right clicking over the title and selecting Close [Folder Name]. Now when Outlook loads it only loads you nice lightweight folder! Outlook 2007 is known to be far less tolerant of large PST data files than Outlook 2003. Aim to keep your main PST file under 500MB &#8211; the smaller the better.</p>
<p><strong>Tip 3: Disable unessential Add-ins in Outlook 2007</strong></p>
<p>Click on Tools, Trust Center and Add-Ins. Now select one of the various options from the drop down menu at the bottom and uncheck any add-ins that you don&#039;t use (which for me was an Adobe Acrobat one and Gotomeeting.com). Restart Outlook and see if this makes a difference.</p>
<p><strong>Tip 4: No need for fax? Ditch it!</strong></p>
<p>If you do not send or receive faxes on your PC then uninstall the facility as this has been known to cause issues with Outlook 2007.From Control Panel select Add/Remove Programs, select Add/remove windows components and uncheck Fax Service.</p>
<p><strong>Tip 5: Enable Outlook 2007 logging to see if anything is going wrong</strong></p>
<p>Outlook has an error logging capability, which could be useful if something is going wrong.</p>
<p>Click Tools, Options, Other, Advanced Options and then tick Enable Logging. Logs will be stored in C:\Documents and Settings\[Username]\Local Settings\Temp\Outlook Logging\. Look for any errors, especially in OPMLog.log &#8211; perhaps relating to the checking of email on one or more of your POP3 account.</p>
<p><strong>Tip 6: Compact your PST data files often</strong></p>
<p>Use Outlook&#039;s compact facility to compress your folders, especially your main PST file. Click on top folder name (e.g. Personal Folders), right-click and select Properties. Now select Advanced and then click on Compact Now.</p>
<p><strong>Tip 7: Optimise your Exchange settings</strong></p>
<p>If you are connecting to an Exchange server then the synchronization (caching) process will add a further overhead to your system. You can switch off caching so that your PC always looks to the server for its mail, however be warned &#8211; this can cause a number of issues, such as massively increased network traffic, problems with junk mail filtering and the inability to read mail when you are not connected to the server.</p>
<p>Check the Microsoft knowledge base for Exchange optimization techniques here, as this is a constantly evolving issue and there may be more solutions by the time you read this.</p>
<p><strong>Tip 8: Stop Outlook 2007 storing RSS information from IE7</strong></p>
<p>If you are using IE7 and RSS feeds Outlook will also store all feed threads by default.</p>
<p>Click Tools, Options, other, Advanced Options and then uncheck Sync RSS feeds to common feed list, followed by Any RSS feed that is updated appears as a new item.</p>
<p>Close these screens and then click Tools, Accounts, RSS Feeds and delete the feeds. Now you have to delete the RSS threads from the RSS threads folder in your mail folders.</p>
<p><strong>Tip 9: Run the Outlook 2007 Diagnostics check</strong></p>
<p>Outlook has its own self-repair mechanism. Click on Help and Office Diagnostics, and then let Outlook run its diagnostic tests, which can take 15 minutes or so.</p>
<p><strong>Tip 10: Update your Rules and Alerts</strong></p>
<p>Under Tools, Rules &amp;amp;amp; Alerts, Options select Upgrade Rules (only if you don&#039;t use these PST files with an older version of Outlook). This updates the rules to Outlook 2007.</p>
<p><strong>Tip 11: Scan and repair your PST file</strong></p>
<p>Outlook ships with a scanning utility called SCANPST.EXE, located in drive:\Program Files\Microsoft Office\OFFICE12. Run this, locate your PST file and let it scan and repair any errors for you. Full details can be found here: <a href="http://office.microsoft.com/en-us/outlook/HA100758311033.aspx?pid=CH100788841033">http://office.microsoft.com/en-us/outlook/HA100758311033.aspx?pid=CH100788841033</a></p>
<p><strong>Tip 12: Run Outlook 2007 in safe mode</strong></p>
<p>You can start Outlook in safe mode, which stops Add-ins and certain other files from loading. This often loads Outlook with a startling speed boost! If you experience a big difference then try the following:</p>
<p>1. Quit out of Outlook 2007 and locate each of these files in turn and rename as indicated.1. extend.dat &#8211; you will find this file in the location Documents and Settings\user-directory\Local Settings\Application Data\Microsoft\Outlook\extend.dat &#8211; change it to extend.old</p>
<p>2. views.dat &#8211; may not find it most of the time</p>
<p>3. frmcache.dat &#8211; Documents and Settings\user-directory\Local Settings\Application Data\Microsoft\FORMS\FRMCACHE.DAT &#8211; change it to FRMCACHE.old</p>
<p>4. outcmd.dat &#8211; :\Documents and Settings\user-directory\Application Data\Microsoft\Outlook\outcmd.dat &#8211; change it to OUTCMD.old</p>
<p><strong>Tip 13: Download the latest patches from Microsoft</strong></p>
<p>At the time of writing there is one major patch which suggests that it will resolve performance issues. You can download it here: <a href="http://support.microsoft.com/kb/932086">http://support.microsoft.com/kb/932086</a></p>
<p>Note that there are known issues with Outlook taking a long time when checking POP3 accounts. According to several blogs it relates to the AUTH command and only affects certain mail servers. It is wise to check that your settings are correct &#8211; options such as setting authentication as on may not actually be necessary and could be the cause of many of your problems, so check your ISP&#039;s website for EXACT settings.</p>
<p>After performing the above my Outlook now fires up in around 10-15 seconds from a fully-booted PC and appears much more responsive during operation. Hopefully by now your system will too!</p>
<p><span style="font-size: x-small;">Author &#8211; Martin Bailey is the Marketing Manager for JETCAM International s.a.r.l., and is also the author of several marketing and technology sector books. JETCAM Expert is used in over 7000 locations worldwide and supports virtually all punching and cutting/profiling CNC machines in the sheet metal, aerospace/automotive and other industries.</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/5-ways-to-use-bookmarks-for-other-things-than-just-saving-your-favorite-websites.html" title="5 Ways To Use Bookmarks For Other Things Than Just Saving Your Favorite Websites">5 Ways To Use Bookmarks For Other Things Than Just Saving Your Favorite Websites</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
<li><a href="http://www.watchingthenet.com/add-additional-custom-search-engines-to-internet-explorer-7-search-options.html" title="How To Add Custom Search Engines To Internet Explorer 7 Search Options">How To Add Custom Search Engines To Internet Explorer 7 Search Options</a></li>
<li><a href="http://www.watchingthenet.com/how-to-stop-windows-live-hotmail-from-marking-first-message-in-inbox-as-read.html" title="How To Stop Windows Live Hotmail From Marking First Message In Inbox As Read">How To Stop Windows Live Hotmail From Marking First Message In Inbox As Read</a></li>
<li><a href="http://www.watchingthenet.com/how-to-backup-bookmarks-favorites-in-internet-explorer.html" title="How To Backup Your Favorites (Bookmarks) In Internet Explorer">How To Backup Your Favorites (Bookmarks) In Internet Explorer</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/thirteen-tips-to-speed-up-microsoft-outlook-2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Tips to Speed Up Microsoft Outlook 2007</title>
		<link>http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html</link>
		<comments>http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html#comments</comments>
		<pubDate>Fri, 26 Dec 2008 09:00:21 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[messages. outlook]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[office tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1253</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />While Outlook 2007 offers many new features that do indeed offer <em>real </em>benefits it can come at a price &#8211; performance.</p>
<p>On my Core 2 Duo with 2GB of RAM Outlook 2007 originally took a good 20 seconds to fire up from a fully booted PC and appeared to be constantly sluggish. So what can be done about it?</p>
<p><a href="http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html" class="more-link">read more: 13 Tips to Speed Up Microsoft Outlook 2007</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />While Outlook 2007 offers many new features that do indeed offer <em>real </em>benefits it can come at a price &#8211; performance.</p>
<p>On my Core 2 Duo with 2GB of RAM Outlook 2007 originally took a good 20 seconds to fire up from a fully booted PC and appeared to be constantly sluggish. So what can be done about it?</p>
<p><span id="more-1253"></span></p>

<p><strong>Tip 1: Delete attachments</strong></p>
<p><strong></strong>A little-known feature in Outlook is the ability to keep an email but delete one or several attachment. Firstly, sort your inbox by file size (descending) and open a message (by double clicking so it opens in a new window) where you no longer wish to keep the attachment. Right click over the attachment and select Remove. Now save the email, repeat with all relevant emails in this mailbox and then repeat in any other mailboxes (including your sent items).</p>
<p><strong>Tip 2: Split emails into Archives</strong></p>
<p>Maybe you disabled the auto archive facility when you first saw it because you didn&#039;t understand it? Archiving old emails into a separate file still allows you to access less frequently used material when required but keeps your system running faster as it does not have to trawl through all of this rendundant content regularly. Click File | New | Outlook Data File. Enter a name for the file &#8211; a new folder will now appear in the folder list on the left. You can add sub-folders to this by right clicking, which is useful if you want to create a similar hierarchy to your current inbox. Once done simply select multiple files in your main inbox and drag/drop them to the same inbox in your new archive folder. Repeat for all other folders (e.g. Sent Items and any others that you may have created). Close the new data file by right clicking over the title and selecting Close [Folder Name]. Now when Outlook loads it only loads you nice lightweight folder! Outlook 2007 is known to be far less tolerant of large PST data files than Outlook 2003. Aim to keep your main PST file under 500MB &#8211; the smaller the better.</p>
<p><strong>Tip 3: Disable unessential Add-ins in Outlook 2007</strong></p>
<p>Click on Tools, Trust Center and Add-Ins. Now select one of the various options from the dropdown menu at the bottom and uncheck any add-ins that you don&#039;t use (which for me was an Adobe Acrobat one and Gotomeeting.com). Restart Outlook and see if this makes a difference.</p>
<p><strong>Tip 4: No need for fax? Ditch it!</strong></p>
<p>If you do not send or receive faxes on your PC then uninstall the facility as this has been known to cause issues with Outlook 2007.From Control Panel select Add/Remove Programs, select Add/remove windows components and uncheck Fax Service.</p>
<p><strong>Tip 5: Enable Outlook 2007 logging to see if anything is going wrong</strong></p>
<p>Outlook has an error logging capability, which could be useful if something is going wrong. Click Tools, Options, Other, Advanced Options and then tick Enable Logging. Logs will be stored in C:\Documents and Settings\[Username]\Local Settings\Temp\Outlook Logging\. Look for any errors, especially in OPMLog.log &#8211; perhaps relating to the checking of email on one or more of your POP3 accounts.</p>
<p><strong>Tip 6: Compact your PST data files often</strong></p>
<p>Use Outlook&#039;s compact facility to compress your folders, especially your main PST file. Click on top folder name (e.g. Personal Folders), right-click and select Properties. Now select Advanced and then click on Compact Now.</p>
<p><strong>Tip 7: Optimise your Exchange settings</strong></p>
<p>If you are connecting to an Exchange server then the synchronisation (cacheing) process will add a further overhead to your system. You can switch off cacheing so that your PC always looks to the server for its mail, however be warned &#8211; this can cause a number of issues, such as massively increased network traffic, problems with junk mail filtering and the inability to read mail when you are not connected to the server. Check the Microsoft knowledge base for Exchange optimisation techniques here, as this is a constantly evolving issue and there may be more solutions by the time you read this.</p>
<p><strong>Tip 8: Stop Outlook 2007 storing RSS information from IE7</strong></p>
<p>If you are using IE7 and RSS feeds Outlook will also store all feed threads by default. Click Tools, Options, other, Advanced Options and then uncheck Sync RSS feeds to common feed list, followed by Any RSS feed that is updated appears as a new item. Close these screens and then click Tools, Accounts, RSS Feeds and delete the feeds. Now you have to delete the RSS threads from the RSS threads folder in your mail folders.</p>
<p><strong>Tip 9: Run the Outlook 2007 Diagnostics check</strong></p>
<p>Outlook has its own self-repair mechanism. Click on Help and Office Diagnostics, and then let Outlook run its diagnostic tests, which can take 15 minutes or so.</p>
<p><strong>Tip 10: Update your Rules and Alerts</strong></p>
<p>Under Tools, Rules &amp; Alerts, Options select Upgrade Rules (only if you don&#039;t use these PST files with an older version of Outlook). This updates the rules to Outlook 2007.</p>
<p><strong>Tip 11: Scan and repair your PST file</strong></p>
<p>Outlook ships with a scanning utility called SCANPST.EXE, located in <em>drive</em>:\Program Files\Microsoft Office\OFFICE12. Run this, locate your PST file and let it scan and repair any errors for you. Full details can be found here: <a id="link_98" href="http://office.microsoft.com/en-us/outlook/HA100758311033.aspx?pid=CH100788841033" target="_new">http://office.microsoft.com/en-us/outlook/HA100758311033.aspx?pid=CH100788841033</a></p>
<p><strong>Tip 12: Run Outlook 2007 in safe mode</strong></p>
<p><strong></strong>You can start Outlook in safe mode, which stops Add-ins and certain other files from loading. This often loads Outlook with a startling speed boost! If you experience a big difference then try the following:</p>
<blockquote style="background-color: #eff5a2;"><p>Quit out of Outlook 2007 and locate each of these files in turn and rename as indicated.</p>
<p>1. extend.dat &#8211; you will find this file in the location :\Documents and Settings\user-directory\Local Settings\Application Data\Microsoft\Outlook\extend.dat</p>
<p>//change it to extend.old</p>
<p>2. views.dat &#8211; may not find it most of the time</p>
<p>3. frmcache.dat &#8211; :\Documents and Settings\user-directory\Local Settings\Application Data\Microsoft\FORMS\FRMCACHE.DAT</p>
<p>//change it to FRMCACHE.old</p>
<p>4. outcmd.dat &#8211; :\Documents and Settings\user-directory\Application Data\Microsoft\Outlook\outcmd.dat</p>
<p>//change it to OUTCMD.old</p>
</blockquote>
<p><strong>Tip 13: Download the latest patches from Microsoft</strong></p>
<p>At the time of writing there is one major patch which suggests that it will resolve performance issues. You can download it here: <a id="link_99" href="http://support.microsoft.com/kb/932086" target="_new">http://support.microsoft.com/kb/932086</a></p>
<p>Note that there are known issues with Outlook taking a long time when checking POP3 accounts. According to several blogs it relates to the AUTH command and only affects certain mailservers. It is wise to check that your settings are correct &#8211; options such as setting authentication as on may not actually be necessary and could be the cause of many of your problems, so check your ISP&#039;s website for EXACT settings.</p>
<p>After performing the above my Outlook now fires up in around 10-15 seconds from a fully-booted PC and appears much more responsive during operation. Hopefully by now your system will too!</p>
<p><span style="font-size: x-small;"><strong>About the Author/Company:</strong> <a id="link_100" href="http://www.marketingyour.biz/" target="_new">Martin Bailey</a> is the Marketing Manager for <a id="link_101" href="http://www.jetcam.com/" target="_new">JETCAM International</a> s.a.r.l., and is also the author of several marketing and technology sector books. JETCAM Expert is used in over 7000 locations worldwide and supports virtually all punching and cutting/profiling CNC machines in the sheet metal, aerospace/automotive and other industries.</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</title>
		<link>http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html</link>
		<comments>http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 16:58:06 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[excel 2007]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[word 2007]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1224</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />With the release of <a title="Make Office 2007 Easy To Use" href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html">Microsoft Office 2007</a>, Microsoft introduced a new file format that is based on XML (Extensible Markup Language), called Open XML Formats and applies to Word, Excel, and PowerPoint 2007.</p>
<p><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" class="more-link">read more: What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html" title="13 Tips to Speed Up Microsoft Outlook 2007">13 Tips to Speed Up Microsoft Outlook 2007</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
<li><a href="http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html" title="7 Easy Steps To Create A Microsoft Excel Macro">7 Easy Steps To Create A Microsoft Excel Macro</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />With the release of <a title="Make Office 2007 Easy To Use" href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html">Microsoft Office 2007</a>, Microsoft introduced a new file format that is based on XML (Extensible Markup Language), called Open XML Formats and applies to Word, Excel, and PowerPoint 2007.</p>
<p>With Word 2007, DOCX is the new default file format when saving Microsoft Office documents, instead of the usual DOC file.</p>
<p>The Open XML Formats introduces a number of benefits such as:</p>
<ul>
<li>improve security and reliability (sensitive information such as author names, comments, tracked changes, and file paths can be easily identified and removed)</li>
</ul>
<ul>
<li>better damaged-file recovery</li>
</ul>
<ul>
<li>compact file size (Open XML Format uses zip compression and has the capability to compressed a file up to 75 percent smaller in some cases).</li>
</ul>
<ul>
<li>enhance integration with external sources (documents, worksheets, presentations, and forms can be saved in an XML file format that is freely available for anyone to use and to license)</li>
</ul>
<p><strong>NOTE:</strong> Microsoft XML format is not the same as the OpenDocument standard, which is also based on the XML-standard and zip compression. The OpenDocument standard format for word processing has an ODT file extension.</p>
<p>Because DOCX is based on Microsoft new XML format, Microsoft has clearly stated that they want DOCX files to replace the commonly used doc format in Office 2007 and future releases Office versions.</p>
<p>This means that eventually this will become a problem with anyone using previous versions of Word over time when they try to open a DOCX file created in Office 2007.</p>
<p><span id="more-1224"></span></p>

<p>For anyone who uses pre-Office 2007 versions, there are a couple of ways to get around the problem of opening a DOCX file.</p>
<ul>
<li>Have the person who uses Office 2007 save the document as a DOC file format. Office 2007 allows you to save files in the format of earlier versions of Office. The 2007 Office release includes both compatibility checkers and file converters to facilitate file-sharing between different versions of Office.</li>
</ul>
<p>The compatibility checker will make sure that you have not introduced a feature that an earlier version of Office does not support. When you save the file, the compatibility checker reports those features to you and then allows you to remove them before continuing with the save. (make sure your previous version of Office has the latest Office Service Pack installed).</p>
<ul>
<li>A better solution is to install a file converter which makes it much easier to open and edit a 2007 Office file in an earlier version of Word, Excel, or PowerPoint, such as Microsoft Compatibility Pack. The  Compatibility Pack adds support for DOCX and other Office file formats (.xlsx, .pptx) as well as additional file formats for Word 2007 (docm, dotx, dotm) are also supported.</li>
</ul>
<p>By installing the Compatibility Pack in addition to Microsoft Office 2000, Office XP, or Office 2003, you will be able to open, edit, and save files using the file formats new to Word, Excel, and PowerPoint 2007. The Compatibility Pack can also be used in conjunction with the Microsoft Office Word Viewer 2003, Excel Viewer 2003, and PowerPoint Viewer 2003 to view files saved in these new formats</p>
<p>To install, download the <a title="microsoft Compatibility Pack" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&amp;displaylang=en">Compatibility Pack</a> from Microsoft download center (make sure you have all the latest Office patches installed). Once downloaded, double-click the <em>FileFormatConverters.exe</em> file to start the setup program, then follow the instructions on the screen to complete the installation.</p>
<p>For complete instructions on how to use the Microsoft Compatibility Pack see the following <a title="How To Use Microsoft Compatibility Converter" href="http://support.microsoft.com/kb/924074">knowlegebase article</a></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/13-tips-to-speed-up-microsoft-outlook-2007.html" title="13 Tips to Speed Up Microsoft Outlook 2007">13 Tips to Speed Up Microsoft Outlook 2007</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
<li><a href="http://www.watchingthenet.com/7-easy-steps-to-create-a-microsoft-excel-macro.html" title="7 Easy Steps To Create A Microsoft Excel Macro">7 Easy Steps To Create A Microsoft Excel Macro</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel &#8211; Easy to Expert Printing Tips</title>
		<link>http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html</link>
		<comments>http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html#comments</comments>
		<pubDate>Mon, 15 Sep 2008 14:07:20 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=828</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />Save time and avoid frustration with these smart and easy ways to setup and print your Excel worksheets.</p>
<p><em><strong>Customizing the Print Area <br />
 </strong></em></p>
<p>By default, an entire worksheet is printed in Excel unless you indicate a specific print area. To limit the printed area:</p>
<p><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" class="more-link">read more: Microsoft Excel &#8211; Easy to Expert Printing Tips</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/change-default-printer-on-the-fly-in-windows.html" title="Switch Default Printer On The Fly In Windows">Switch Default Printer On The Fly In Windows</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html" title="How To Print A Directory Tree From Windows Explorer">How To Print A Directory Tree From Windows Explorer</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />Save time and avoid frustration with these smart and easy ways to setup and print your Excel worksheets.</p>
<p><em><strong>Customizing the Print Area <br />
 </strong></em></p>
<p>By default, an entire worksheet is printed in Excel unless you indicate a specific print area. To limit the printed area:</p>
<ol>
<li>Highlight the cells you want to print </li>
<li>Choose File &gt; Print Area &gt; Set Print Area. The new print area remains in place until changed.</li>
</ol>
<p>To clear the current print area, pick File &gt; Print Area &gt; Clear Print Area.</p>
<p><span id="more-828"></span></p>

<p><em><strong>Quick Print of a Range of Cells <br />
 </strong></em></p>
<p>If you only need to temporarily print a range of cells, just highlight the range and choose File &gt; Print. Under the category, Print What (bottom-left corner), pick Selection and choose OK.</p>
<p><em><strong>The Hidden View-Page Break Preview  <br />
 </strong></em></p>
<p>Most Excel users have yet to discover the Page Break Preview, another great way to setup the print area in a worksheet. Simply choose View &gt; Page Break Preview. A prompt may appear as a reminder. (This option is also available from the Print Preview view).</p>
<p>The visible white area in the Page Break Preview is the print area which can be adjusted by moving the solid blue boundary lines. The dashed lines show where page breaks will occur; these can be moved to adjust and create manual page breaks which display as solid blue lines.</p>
<p>This view is also a handy way to see how your worksheet breaks out into pages; notice the gray page labels such as Page 2 in this view. You can perform all worksheet actions from the Page Break Preview. I usually change the Zoom (found on the right side of the Standard toolbar) to 100%. To change back to the previous view, pick View &gt; Normal.</p>
<p><em><strong>Set Your Own Page Breaks <br />
 </strong></em></p>
<p>Here&#039;s another way to control page breaks. Select the row or column where you want to create a new worksheet page; the break will appear above the highlighted row or to the left of the selected column. Next, choose Insert &gt; Page Break. Page breaks display as dashed lines.</p>
<p>Print Headings on Every Page Do you want to print the same rows or columns on every page? Printing headings is easy with Print Titles. All you need to do is pick File &gt; Page Setup and choose the Sheet tab. Under the Print Titles option, choose Rows to repeat at top and/or Columns to repeat at left. Finally, click into the actual spreadsheet and highlight the row(s) and/or column(s) that you want to see on every page. Finish with OK or other print settings.</p>
<p><em><strong>Fit to Page <br />
 </strong></em></p>
<p>Unlike Word documents, content is not limited by the paper size or orientation. A worksheet can be split into as many pages as needed to display the content but sometimes you might want to fit all data into one page by height or width. To do this:</p>
<ol>
<li>First choose File &gt; Page Setup, set margins to the smallest size that will work for your layout. Change paper size and orientation if you want. </li>
<li>Next, select the Page tab and under the Scaling category pick Fit to. For instance, if you want to fit all data columns on one lengthwise page, change orientation to landscape and choose Fit to 1 page wide by 999 pages tall. This setting won&#039;t stretch pages to 999 pages but will make sure that a low value won&#039;t accidentally shrink the pages to a much smaller size.</li>
</ol>
<p>Another option under Scaling is to adjust the size to a percentage of the normal size. Important Note: with Scaling other than 100%, manual page breaks are ignored.</p>
<p><strong><em>Easy Page Setup on Multiple Worksheets <br />
 </em></strong></p>
<p>A few years ago, I was heading down the hall at a client&#039;s building when one of the managers pulled me into his office. He had just spent the entire morning repeating the same page setup choices for each of the worksheets in a large Excel workbook. &#034;Is there an easier way?&#034; he asked. You bet. Here&#039;s what you want to do to apply an identical print page setup to a set of worksheets: <em>group them</em>. Two of the ways to group worksheets are:</p>
<ol>
<li>To highlight all of the worksheets in a workbook, right-click on any of the sheet tabs and left-click on the option Select All Sheets.</li>
<li>To select only specific worksheets, hold down the [Ctrl] key while clicking on each of the worksheets that you want to group together.</li>
</ol>
<p>With either technique, you will see [Group] display in the title bar next to the workbook name. Now for the easy part, choose File &gt; Page Setup and pick each of the options that you want for the worksheet layout including margins, headers and footers, and paper size.</p>
<p>Tip or disaster? Once you are finished with the Page Setup, make sure that you immediately ungroup the worksheets because anything else that you do will also be a part of each worksheet including data entry, editing and formatting. To ungroup the worksheets, just right-click on any worksheet tab and pick Ungroup Sheets. Confirm that the [Group] label no longer displays in the title bar.</p>
<p>Simplify your next Excel project with these printing shortcuts.</p>
<p><span style="font-size: x-small;">Author &#8211; © Dawn Bjork Buzbee is The Software Pro® and a certified Microsoft Office Expert and Microsoft Office Specialist Master Instructor. Dawn shares smart and easy ways to effectively use software and technology through her work as a software speaker, trainer, and consultant. Discover more tips, tricks, tools, and techniques at <a id="link_90" href="http://www.softwarepro.com/" target="_new">http://www.SoftwarePro.com</a></span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/change-default-printer-on-the-fly-in-windows.html" title="Switch Default Printer On The Fly In Windows">Switch Default Printer On The Fly In Windows</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html" title="How To Print A Directory Tree From Windows Explorer">How To Print A Directory Tree From Windows Explorer</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change The Default Installation Folder In Windows</title>
		<link>http://www.watchingthenet.com/how-to-change-the-default-installation-folder-in-windows.html</link>
		<comments>http://www.watchingthenet.com/how-to-change-the-default-installation-folder-in-windows.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 13:59:42 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[default installation folder]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=787</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/winlogo.jpg" alt="winlogo.jpg" width="109" height="75" align="right" />Are you running out of disk space on your C:\ drive? Do you have another hard drive or partition that has a ton of free space?</p>
<p>If you do and want to make better use of that free space, you can change the default program installation path to point to a folder on the drive or partition that has the free space. This way, when you install new applications or programs, they will automatically install to the new location with out needing to worry that you&#039;ll run out of disk space on your C:\ drive.</p>
<p><a href="http://www.watchingthenet.com/how-to-change-the-default-installation-folder-in-windows.html" class="more-link">read more: How To Change The Default Installation Folder In Windows</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/winlogo.jpg" alt="winlogo.jpg" width="109" height="75" align="right" />Are you running out of disk space on your C:\ drive? Do you have another hard drive or partition that has a ton of free space?</p>
<p>If you do and want to make better use of that free space, you can change the default program installation path to point to a folder on the drive or partition that has the free space. This way, when you install new applications or programs, they will automatically install to the new location with out needing to worry that you&#039;ll run out of disk space on your C:\ drive.</p>
<p><span id="more-787"></span></p>

<p>Now, this modification may not be for everyone. If you have plenty of available disk space where you normally install programs and apps, there is no need to change the default installation path (you can always change the path manually during installation).</p>
<p>For people who need to make this change, open up the registry editor, by clicking on <em>Start \ Run</em> and in the run box type <em>regedit </em>and click on <em>OK </em>.</p>
<p><span style="color: #ff0000;"><strong>NOTE:</strong></span> <em>Follow the below steps exactly as specified and do not make any changes other than specified while in the Registry. Always create a System Restore point or backup of you Computer when making configuration changes.</em></p>
<ul>
<li>Next, navigate to: <span style="color: #ff0000;"><em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion</em></span></li>
</ul>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall1.png"><img class="aligncenter size-full wp-image-788" title="windowsdefaultinstall1" src="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall1.png" alt="" /></a></p>
<ul>
<li> Make sure you have clicked on <em>CurrentVersion</em> , then on the right side, double click on <em>ProgramsFilesDir </em>(this is the value that sets the default install location).</li>
</ul>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall2.gif"><img class="aligncenter size-full wp-image-790" title="windowsdefaultinstall2" src="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall2.gif" alt="" width="454" height="330" /></a></p>
<ul>
<li>In the Edit String dialog box. change the path in the <em>Value data:</em> field to the new default install location, and click <em>OK</em> .</li>
</ul>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall3.gif"><img class="aligncenter size-full wp-image-791" title="windowsdefaultinstall3" src="http://www.watchingthenet.com/wp-content/uploads/image/windowsdefaultinstall3.gif" alt="" width="419" height="198" /></a></p>
<ul>
<li>Close Regedit</li>
</ul>
<p>Now, the next time you install an application or program, the new default installation path will be used:</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/windowsdeaultinstall5.gif"><img class="aligncenter size-full wp-image-793" title="windowsdeaultinstall5" src="http://www.watchingthenet.com/wp-content/uploads/image/windowsdeaultinstall5.gif" alt="" width="434" height="339" /></a></p>
<p>And you won&#039;t need to worry about running out of disk space during installation.</p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-change-the-default-installation-folder-in-windows.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</title>
		<link>http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html</link>
		<comments>http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html#comments</comments>
		<pubDate>Wed, 06 Aug 2008 06:04:30 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Computer How-To]]></category>
		<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[command reference]]></category>
		<category><![CDATA[interactive guide]]></category>
		<category><![CDATA[office 207]]></category>
		<category><![CDATA[office menu]]></category>
		<category><![CDATA[ribbon]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=752</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />Love it or hate it, the new Office 2007 ribbon takes some time getting used to the new layout. At times it can be down right challenging to find commands, unlike the old Office menu that you knew like the back of your hand.</p>
<p><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" class="more-link">read more: Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" />Love it or hate it, the new Office 2007 ribbon takes some time getting used to the new layout. At times it can be down right challenging to find commands, unlike the old Office menu that you knew like the back of your hand.</p>
<p>You can always use the <a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" target="_blank">Office 2003 to 2007 command reference interactive guide</a> to locate commands that maps all menu toolbar commands from Word, Excel, Outlook and PowerPoint 2003 to the exact locations in 2007.</p>
<p>While the interactive guide is good, you do have to switch to your browser and use the guide to find the commands on the menu. What you really need (A.K.A&#8230; really want) is something built into Office 2007, such as the new add on known as Search Commands.</p>
<p><span id="more-752"></span></p>

<p>This little add-on will end the frustration of trying to navigate the new Office 2007 ribbon by helping you find commands, options, wizards, and galleries in Office 2007 Word, Excel and PowerPoint (Access is not supported at this time).</p>
<p>To install, visit Microsoft Office Labs web site and <a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx">download Search Commands</a> by clicking on the download link to the right.</p>
<p>After the download has completed, go to the folder (where you saved the file) and double click on <em>setup.msi</em> .</p>
<p>If the following dialog box appears, just click on <em>Run</em> to conrinue.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/office2007search1.gif"><img class="aligncenter size-full wp-image-754" title="office2007search1" src="http://www.watchingthenet.com/wp-content/uploads/image/office2007search1.gif" alt="" width="338" height="257" /></a></p>
<p>On the next screen, click Next. Accept the <em>terms of this agreement</em> by clicking on the check box and click the <em>Install</em> button. When the installation has completed, click the Finish button.</p>
<p>Now lets take a look at how to use Search commands.</p>
<p>Using Word, you will notice the new Search Commands on the menu. Clicking on it will display the interface.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/office2007search2.gif"><img class="aligncenter size-full wp-image-755" title="office2007search2" src="http://www.watchingthenet.com/wp-content/uploads/image/office2007search2.gif" alt="" width="687" height="112" /></a></p>
<p>To use, just type any command in the search field and press enter. The command you are looking for will instantly appear.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/office2007search3.gif"><img class="aligncenter size-full wp-image-756" title="office2007search3" src="http://www.watchingthenet.com/wp-content/uploads/image/office2007search3.gif" alt="" width="500" height="329" /></a></p>
<p>It couldn&#039;t be any easier (what took MS so long to create this add-on??).</p>
<p>Search Commands also includes Guided Help, which acts as a tour guide for specific tasks. But the best feature is that you can type what you are looking for, as if you were talking naturally. It&#039;ll find it.</p>
<p>For example, say you wanted to change the background of your document and you did not know the real command name. Just type &#039;change background&#039; (with out the quote).</p>
<p>Search command comes with a lot of features built-in. Here two you will use the most:</p>
<ul>
<li>Shortcut Key &#8211; to access Search Commands from the keyboard, just press Windows Key+Y</li>
<li>Locate Command On Ribbon &#8211; after a command is found, just hover over it and a pop up window will display with the actual location (path) on the ribbon.</li>
</ul>
<p>If you need to uninstall Search Commands, just go to Add or Remove Programs (XP) or Uninstall a program (Vista) and look for <em>Search Commands from Microsoft Office Labs .</em></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</title>
		<link>http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html</link>
		<comments>http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html#comments</comments>
		<pubDate>Fri, 18 Apr 2008 07:00:07 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[case change]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font dialog box]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[shortcut tips]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html</guid>
		<description><![CDATA[...before getting adjusted to the new Word 2007 interface, here are eight quick keyboard formating shortcuts tips to get you going.]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/word2007icon.jpg" alt="word2007icon.jpg" width="94" height="99" align="right" /><span style="font-size: small;">Just switched over to Microsoft Word 2007 from a previous version, but feeling a little dis-oriented with the toolbar and ribbon layout? </span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Well if you need to crank out a document fast before getting adjusted to the new interface, here are eight quick keyboard formatting shortcut tips to get you going&#8230;until you can get time to <a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html">locate Word 2007 toolbar and menu commands</a>.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><span id="more-612"></span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> </span></span></p>
<h2><span style="font-family: Verdana; font-size: small;">1 &#8211; Copy Formatting Using The Keyboard</span></h2>
<p><span style="font-family: Verdana; font-size: small;">Instead of using paste special from the menu, you can copy just the formating properties of text with the keyboard.</span></p>
<p><span style="font-family: Verdana; font-size: small;">Select the text whose format you want to copy</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;">Press <em>CTRL+Shift+C</em> to copy the format</span></li>
<li><span style="font-family: Verdana; font-size: small;">Select the text whose format you want to change</span></li>
<li><span style="font-family: Verdana; font-size: small;">Press </span><span style="font-family: Verdana; font-size: small;"><em>CTRL+Shift</em></span><span style="font-family: Verdana; font-size: small;"><em>+V</em> to paste the format to the selected text</span></li>
</ul>
<h3><span style="font-family: Verdana; font-size: small;">2 &#8211; Quickly Changing Font Sizes</span></h3>
<p><span style="font-family: Verdana; font-size: small;">Word gives you a great deal of control over the size of the font used in your documents. If you want to change font sizes quickly, just follow these steps:</span></p>
<p><span style="font-family: Verdana; font-size: small;">Select the text whose font size you want to change.<br />
 </span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;">To increase the size of the font, <em>press SHIFT+Ctrl+&gt;</em></span></li>
<li><span style="font-family: Verdana; font-size: small;">To decrease the size of the font, </span><span style="font-family: Verdana; font-size: small;">press <em>SHIFT+Ctrl+&lt;</em></span></li>
</ul>
<p><span style="font-family: Verdana; font-size: small;">To open the Font dialog box, press</span><span style="font-family: Verdana; font-size: small;"><em> CTRL+SHIFT+F</em><br />
 </span><span style="font-family: Verdana; font-size: small;"><br />
 </span><span style="font-family: Verdana; font-size: small;"><strong>Note:</strong> <em>How much the font size is increased or decreased will depend on several factors. At smaller point sizes (12 or under), the size is changed by a single point. Between 12 and 72 points, you will step through the point sizes available in the Font group of the Home tab on the ribbon (12, 14, 16, 18, 20, 22, 24, 26, 28, 36, 48, and 72). The font size is then changed by increments of ten points. You can use this method to reduce a point size to a single point or to as large as 1638 points.</em></span></p>
<h4><span style="font-family: Verdana; font-size: small;"> 3 &#8211; Changing Text Case</span></h4>
<p><span style="font-family: Verdana; font-size: small;">Ever had the need to quickly change the case of a single character or word?</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;"> Select the text you want to change</span></li>
<li><span style="font-family: Verdana; font-size: small;"> Press <em>Shift+F3</em> to change the case of the selected text.</span></li>
<li><span style="font-family: Verdana; font-size: small;"> Continue pressing <em>Shift+F3</em> to cycle through three different case scenarios: ALL CAPS, all lowercase, and All Title Case</span></li>
</ul>
<p><span style="font-family: Verdana; font-size: small;">Change text to either upper or lower case:</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;">To change text to just upper case (capitals) <em>CTRL+SHIFT+A</em></span></li>
<li><span style="font-family: Verdana; font-size: small;">To change text to just lower case (small capitals) </span><span style="font-size: small;"><em><span style="font-family: Verdana;">CTRL+SHIFT+K</span></em></span></li>
</ul>
<p><span style="font-size: small;"><br />
 </span></p>
<h5><span style="font-family: Verdana; font-size: small;">4 &#8211; Set Line Spacing</span></h5>
<p><span style="font-family: Verdana; font-size: small;">Position cursor on the line you want to set spacing.<br />
 </span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;">Change to single space line press <em>CTRL+1</em></span></li>
<li><span style="font-family: Verdana; font-size: small;">Double-space lines press <em>CTRL+2</em></span></li>
<li><span style="font-family: Verdana; font-size: small;">Set 1.5 line spacing press <em>CTRL+5</em></span></li>
</ul>
<h6><span style="font-family: Verdana; font-size: small;">5 &#8211; Exclude Spaces When Underlining Words</span></h6>
<p><span style="font-family: Verdana; font-size: small;">By default, Word will underline all words including spaces. To only underline words but not spaces press <em>CTRL+SHIFT+W</em></span></p>
<p><span style="font-family: Verdana; font-size: small;"><br />
 </span></p>
<h6><span style="font-family: Verdana; font-size: small;">6 &#8211; Display Formating Properties Of Text Or Area</span></h6>
<p><span style="font-family: Verdana; font-size: small;">If you had a document sent to you and need to display what format was used either for a specific text or area, press <em>Shift+F1</em> then click the text whose formatting you want to review.</span></p>
<p><span style="font-family: Verdana; font-size: small;">Word will open a sidebar and display all formating information (font, language, paragraph, indentation, margins, layout, etc) of the selected text or area.</span></p>
<div><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/word07formatkybrd1.png" alt="word07formatkybrd1.png" width="206" height="473" align="bottom" /></span></div>
<p><span style="font-size: small;"><br />
 </span></p>
<h6><span style="font-family: Verdana; font-size: small;">7 &#8211; Display Word Count</span></h6>
<p><span style="font-family: Verdana; font-size: small;">Although not technically a formating shortcut, knowing the word count of your document may be needed in certain formating situations you may have.</span></p>
<p><span style="font-family: Verdana; font-size: small;">To view the word count and other information press CTRL+SHFT+G</span></p>
<p align="center"><span style="font-size: small;"><img src="/wp-content/uploads/image/word07formatkybrd2.png" alt="word07formatkybrd2.png" width="281" height="236" align="bottom" /></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<h6><span style="font-family: Verdana; font-size: small;">8 &#8211; View Last Four Places That Were Edited</span></h6>
<p><span style="font-family: Verdana; font-size: small;">If you ever have a need to look at the last four places you edited, press </span><span style="font-family: Verdana; font-size: small;"><em>ALT+CTRL+Z</em> </span><span style="font-family: Verdana; font-size: small;">to switch between the last four locations.</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/create-keyboard-shortcut-to-change-power-plans-schemes-on-the-fly.html" title="Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly">Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly</a></li>
<li><a href="http://www.watchingthenet.com/why-ctrlaltdel-does-not-open-task-manager-in-windows-xp.html" title="Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP">Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/windows-tip-create-keyboard-shortcut-to-abort-shut-down.html" title="Create Keyboard Shortcut To Abort Shutting Down Windows">Create Keyboard Shortcut To Abort Shutting Down Windows</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect To Windows Live Hotmail Using Office Outlook Connector</title>
		<link>http://www.watchingthenet.com/connect-to-windows-live-hotmail-using-office-outlook-connector.html</link>
		<comments>http://www.watchingthenet.com/connect-to-windows-live-hotmail-using-office-outlook-connector.html#comments</comments>
		<pubDate>Tue, 28 Aug 2007 07:00:42 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/connect-to-windows-live-hotmail-using-office-outlook-connector.html</guid>
		<description><![CDATA[<p><font size="2"></font><font face="Verdana"><img width="148" height="43" align="right" src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" />If you have a Hotmail mailbox (also known as Windows Live Hotmail), it is now possible to check your e-mail using Office Outlook 2003 or 2007 versions by installing the Office Outlook Connector. </font></p>
<p><a href="http://www.watchingthenet.com/connect-to-windows-live-hotmail-using-office-outlook-connector.html" class="more-link">read more: Connect To Windows Live Hotmail Using Office Outlook Connector</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font face="Verdana"><img width="148" height="43" align="right" src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" />If you have a Hotmail mailbox (also known as Windows Live Hotmail), it is now possible to check your e-mail using Office Outlook 2003 or 2007 versions by installing the Office Outlook Connector. </font></font></p>
<p><font size="2"><font face="Verdana">Once installed, you can read and send messages, manage contacts, and use Outlook&#039;s junk mail filter and rules wizard. The one drawback with the connector is that you can&#039;t sync and manage calendars between Outlook and Hotmail unless you have a paid subscription.</font></font></p>
<p><font size="2"><font face="Verdana"><span id="more-477"></span></font></font></p>
<p><font size="2"><font face="Verdana"></font></font></p>
<p><font size="2"><font face="Verdana">To get started, download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7aad7e6a-931e-438a-950c-5e9ea66322d4&amp;displaylang=en">Office Outlook Connector</a> (requires Windows Validation check) and follow the install instructions. Once installation has completed, Outlook will open and the Office Outlook wizard will run.</font></font></p>
<p><font size="2"><font face="Verdana">In the first screen, enter you Windows Live Hotmail <em>E-mail address</em>, <em>Password</em> and the display name you want to appear in the Inbox, then click <em>OK</em></font></font></p>
<p><font size="2"><font face="Verdana"><img width="420" height="354" align="bottom" src="/wp-content/uploads/image/outlookconnector1_1.png" alt="outlookconnector1_1.png" /></font></font></p>
<p><font size="2" face="Verdana">If you prefer, you can also select the check box to <em>Remember my password</em>.</font></p>
<p><font size="2" face="Verdana">After entering you info, click OK at the next prompt and restart Outlook for the settings to take effect. When Outlook restarts, it will automatically connect to your Windows Live Hotmail account and start dowmloaded messages and any folders you have created.</font></p>
<p><font size="2" face="Verdana"><img width="403" height="345" align="bottom" src="/wp-content/uploads/image/outlookconnector3.png" alt="outlookconnector3.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">The connector adds the &#039;<em>Outlook Connector</em>&quot; item to Outlook menu bar where you can view Help, add another Hotmail account, and select the Download mode (Headers, Full items or both). Note, some item options are not available and only enabled if you have a paid Windows Live Hotmail subscription.</font></p>
<p><font size="2" face="Verdana"><img width="236" height="306" align="bottom" src="/wp-content/uploads/image/outlookconnector4.png" alt="outlookconnector4.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">To set up the Junk E-mail filter in Outlook for your Hotmail mailbox, select <em>Tools \ Options</em> from the menu. Then on the Preferences tab, click Junk E-mail and make your selections. Also, just like managing e-mail in Outlook, your Hotmail mailbox can be manged in offline mode. Any messages you compose, reply or forward will remain in the outbox until a connection is made to Hotmail.</font></p>
<p><font size="2" face="Verdana">Additionally, you can see the connection status of your Windows Live Hotmail account in the Outlook window. Just look for Server Status in the lower-right footer of Outlok and click the down arrow to view the information:</font></p>
<p><font size="2" face="Verdana"><img width="206" height="152" align="bottom" alt="outlookconnector5.png" src="/wp-content/uploads/image/outlookconnector5.png" /></font></p>
<p>&nbsp;<font size="2"><font face="Verdana">If necessary, Office Outlook Connector can be uninstalled from the Control Panel <em>Add or Remove Programs</em> in <em>XP</em> or from <em>Programs and Features</em> in <em>Vista</em>.</font></font></p>
<p><font size="2"><font face="Verdana"></font><font face="Verdana"> </font></font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/connect-to-windows-live-hotmail-using-office-outlook-connector.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</title>
		<link>http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html</link>
		<comments>http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html#comments</comments>
		<pubDate>Thu, 19 Jul 2007 10:00:06 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html</guid>
		<description><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" /><span style="font-size: small;">With Microsoft Outlook 2007, a previous feature in earlier versions of Outlook known as <em>Auto Text</em> has been re-named to <em>Quick Parts</em>. This feature is a favorite to many Office users and can save time when composing messages which allow you to reuse pieces of content including fields, document properties, or snippets that you have created.</span></span></span></p>
<p><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" class="more-link">read more: Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/office2007logo.png" alt="office2007logo.png" width="148" height="43" align="right" /><span style="font-size: small;">With Microsoft Outlook 2007, a previous feature in earlier versions of Outlook known as <em>Auto Text</em> has been re-named to <em>Quick Parts</em>. This feature is a favorite to many Office users and can save time when composing messages which allow you to reuse pieces of content including fields, document properties, or snippets that you have created.</span></span></span></p>
<p><span style="font-size: small;"><span id="more-454"></span></span></p>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;">To use Quick Parts in Outlook 2007, Open Outlook and click on <em>New \ Compose</em> message from the toolbar or use the keyboard shortcut <em>Ctrl+N.</em></span></p>
<p><span style="font-family: Verdana; font-size: small;">Type any text or phrase that you use frequently and want to reuse, and highlight it. </span></p>
<p><span style="font-family: Verdana; font-size: small;">From the menu, click on <em>Insert</em> then select <em>Quick Parts \ Save Selection to Quick Part Gallery</em> in the Ribbon.</span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/outlookquickparts1.png" alt="outlookquickparts1.png" width="570" height="207" align="bottom" /></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;">In the Create New Building Block pop up, enter a name and description (do not modify the Gallery field) and click <em>OK</em> to save.</span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/outlookquickparts2.png" alt="outlookquickparts2.png" width="303" height="240" align="bottom" /></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;">Now when you want to reuse text that you saved to Quick Parts, just place the cursor at the location in the message you want to add text, click on <em>Quick Parts</em> in the Ribbon to open your saved selections, and click an item to be added.</span></p>
<p><span style="font-family: Verdana; font-size: small;">If you need to edit or delete a saved selection to Quick Parts, you must use Word 2007. Make sure you close Outlook before proceeding.</span></p>
<p><span style="font-family: Verdana; font-size: small;">Start by opening Word and open the <em>NormalEmail.dotm</em> file found in <em>%appdata%\Microsoft\Templates</em> folder.</span></p>
<p><span style="font-family: Verdana; font-size: small;">From the menu, click on <em>Insert</em> then select <em>Quick Parts \ Building Blocks Organizer</em> from the Ribbon.</span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/outlookquickparts3.png" alt="outlookquickparts3.png" width="764" height="253" align="bottom" /></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;"> In the Building Blocks Organizer window, click on the Gallery column circle in screen shot below) to sort alphabetically and scrolled down to you find <em>Quick Parts.</em></span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/outlookquickparts4.png" alt="outlookquickparts4.png" width="608" height="506" align="bottom" /></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">At this point locate the text you saved in Outlook, highlight it and you can either edit by clicking on the <em>Edit Properties</em> button (at bottom) or delete it by clicking on the <em>Delete</em> button. <br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">When finished, click on the <em>Close</em> button, then save the </span></span><span style="font-family: Verdana; font-size: small;"><em>NormalEmail.dotm</em> file before exiting Word.</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" title="How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007">How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
<li><a href="http://www.watchingthenet.com/what-are-docx-files-and-how-to-open-them-in-previous-versions-of-microsoft-office.html" title="What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office">What Are DOCX Files And How To Open Them In Previous Versions Of Microsoft Office</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Add And Manage RSS Feeds In Microsoft Outlook 2007</title>
		<link>http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html</link>
		<comments>http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html#comments</comments>
		<pubDate>Fri, 08 Jun 2007 10:00:18 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-add-rss-feeds-to-microsoft-outlook-2007.html</guid>
		<description><![CDATA[<p><font size="2"></font><font face="Verdana"><img width="134" vspace="5" height="36" align="right" alt="office2007logo.png" src="/wp-content/uploads/image/office2007logo.png" />Just like the new version of <a href="www.watchingthenet.com/how-to-save-and-forward-rss-articles-in-yahoo-mail.html">Yahoo Mail built in RSS reader</a>, Microsoft Outlook 2007 includes an RSS reader, that allows you to save and forward RSS articles. Having an RSS reader built into your favorite email client, makes RSS and email seamless and convenient. Adding RSS feeds and managing them in Outlook 2007 is simple and takes a few steps to setup.</font></p>
<p><a href="http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html" class="more-link">read more: How To Add And Manage RSS Feeds In Microsoft Outlook 2007</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font face="Verdana"><img width="134" vspace="5" height="36" align="right" alt="office2007logo.png" src="/wp-content/uploads/image/office2007logo.png" />Just like the new version of <a href="www.watchingthenet.com/how-to-save-and-forward-rss-articles-in-yahoo-mail.html">Yahoo Mail built in RSS reader</a>, Microsoft Outlook 2007 includes an RSS reader, that allows you to save and forward RSS articles. Having an RSS reader built into your favorite email client, makes RSS and email seamless and convenient. Adding RSS feeds and managing them in Outlook 2007 is simple and takes a few steps to setup.</font></font></p>
<p><span id="more-426"></span></p>

<p>&nbsp;<br />
T<font size="2" face="Verdana">he first step you need to do, is visit the Web site and copy the RSS feed URL. Most sites display an RSS icon&nbsp;<img width="20" height="19" align="bottom" src="/wp-content/uploads/image/rssfeed.png" alt="rssfeed.png" /> in your Browser address bar, when clicked on, will open with the URL that you will need to copy.</font></p>
<p><font size="2" face="Verdana">Next, Open Outlook 2007 and </font><font size="2" face="Verdana">on the Tools menu, click <em>Account Settings</em>.</font></p>
<p><font size="2" face="Verdana"><img width="181" height="275" align="bottom" src="/wp-content/uploads/image/outlook2007rss1.png" alt="outlook2007rss1.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">In Account Settings, select the <em>RSS Feeds</em> tab. Click on New (circled) and paste the URL you copied from the above step and click <em>Add.</em></font></p>
<p><font size="2" face="Verdana"><em><img width="514" height="420" align="bottom" src="/wp-content/uploads/image/outlook2007rss2.png" alt="outlook2007rss2.png" /></em></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">In the RSS Feed options window, you can keep or change the name of the RSS feed, change the folder location (and add folder names after categories), change how the RSS feeds are downloaded, and update limit. Click <em>OK</em> to add the feed when finished.<br />
</font></p>
<p><font size="2" face="Verdana"><img width="405" height="353" align="bottom" alt="outlook2007rss3.png" src="/wp-content/uploads/image/outlook2007rss3.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2"><font face="Verdana">Your feeds will display in the Outlook sidebar panel.</font></font></p>
<p><font size="2"><font face="Verdana"><img width="642" height="237" align="bottom" src="/wp-content/uploads/image/outlook2007rss4.png" alt="outlook2007rss4.png" /></font></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">To add more feeds</font>, <font size="2" face="Verdana">you can right click on The RSS Feeds icon in the sidebar panel and select <em>Add a New RSS Feed&#8230;</em> and follow the above steps. Other options with right clicking include move or copy the feed to another folder, and process marked headers, and mark everything as read.</font></p>
<p><font size="2"><font face="Verdana">To email an article to someone, right click on an article in the middle and select <em>Forward </em>to email the contents of the article or select <em>Share This Feed</em> and send the URL to someone with your comments. Other options with right clicking on an article, allow you to <em>Flag</em> and <em>Categorize</em>, <em>Delete</em> or <em>Move</em>, and update article by selecting <em>Download Content</em>.</font></font></p>
<p><font size="2"><font face="Verdana">To change any settings of your RSS feeds, just </font></font><font size="2" face="Verdana">select Tools from menu, click <em>Account Settings, </em>and select the RSS Feeds tab.</font></p>
<p><font size="2" face="Verdana"><strong>Import and Export Feeds</strong></font></p>
<p><font size="2" face="Verdana">You can also import or export feeds from or to another computer running Outlook 2007 or an RSS reader using an opml file format. </font></p>
<p><font size="2" face="Verdana">To import or export RSS feeds in Outlook 2007, select from the menu, <em>File \ Import and Export</em> then select either <em>Export RSS Feeds to an OPML file </em>or <em>Import RSS Feeds from an OPML file</em> then follow the Wizard instructions.</font></p>
<p><font size="2" face="Verdana"><img width="374" height="277" align="bottom" alt="outlook2007rss5.png" src="/wp-content/uploads/image/outlook2007rss5.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">Once you feeds are all setup, you can use one interface for all your email and RSS reading!</font></p>
<p><font size="2" face="Verdana"> </font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Delay Delivery Of All Messages With The Option To Send Messages Immediately In Microsoft Outlook 2007</title>
		<link>http://www.watchingthenet.com/how-to-delay-delivery-of-all-messages-with-the-option-to-send-messages-immediately-in-microsoft-outlook-2007.html</link>
		<comments>http://www.watchingthenet.com/how-to-delay-delivery-of-all-messages-with-the-option-to-send-messages-immediately-in-microsoft-outlook-2007.html#comments</comments>
		<pubDate>Thu, 07 Jun 2007 10:00:41 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-delay-delivery-of-all-messages-with-the-option-to-send-messages-immediately-in-microsoft-outlook-2007.html</guid>
		<description><![CDATA[<p><font size="2" face="Verdana"><img width="148" vspace="5" height="41" align="right" alt="office2007logo.png" src="/wp-content/uploads/image/office2007logo.png" />How many times have you sent an email message only to realize you made a mistake&#8230;or cooled down after composing a message you had regret sending? With Microsoft Outlook 2007, you can delay the delivery of one message, before sending, by selecting the <em>Options</em> tab, and in the <em>More Options</em> group on the Ribbon, select <em>Delay Delivery</em>. In the Message Options window, check the <em>Do not deliver before:</em> box and select the date and time for delayed message delivery.</font></p>
<p><a href="http://www.watchingthenet.com/how-to-delay-delivery-of-all-messages-with-the-option-to-send-messages-immediately-in-microsoft-outlook-2007.html" class="more-link">read more: How To Delay Delivery Of All Messages With The Option To Send Messages Immediately In Microsoft Outlook 2007</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"><img width="148" vspace="5" height="41" align="right" alt="office2007logo.png" src="/wp-content/uploads/image/office2007logo.png" />How many times have you sent an email message only to realize you made a mistake&#8230;or cooled down after composing a message you had regret sending? With Microsoft Outlook 2007, you can delay the delivery of one message, before sending, by selecting the <em>Options</em> tab, and in the <em>More Options</em> group on the Ribbon, select <em>Delay Delivery</em>. In the Message Options window, check the <em>Do not deliver before:</em> box and select the date and time for delayed message delivery.</font></p>
<p>&nbsp;<font size="2" face="Verdana">If you decide you do not want to send the message, or made a mistake, you can select it from the Outbox and edit or delete the message before the message is sent. This works great for one message, but a better method is to create a rule to delay sending all messages, with the capability to send any message immediately. Here&#039;s how&#8230;</font></p>
<p><span id="more-425"></span></p>

<p><font size="2"><font face="Verdana"><strong>1</strong> &#8211; Open Outlook and from the menu, select <em>Tools \ Rules and Alerts&#8230;</em> then click <em>New Rule&#8230;</em></font></font></p>
<p><font size="2"><font face="Verdana"><img width="574" height="92" align="bottom" src="/wp-content/uploads/image/outlookmessagedelay1.png" alt="outlookmessagedelay1.png" /></font></font></p>
<p>&nbsp;</p>
<p><font size="2"><font face="Verdana"><strong>2</strong> &#8211; In step 1 of the rules wizard, under <em>Start from a Blank Rule</em>, click <em>Check messages after sending</em>, then click Next.</font></font></p>
<p><font size="2"><font face="Verdana"><img width="326" height="240" align="bottom" src="/wp-content/uploads/image/outlookmessagedelay2.png" alt="outlookmessagedelay2.png" /></font></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana"><strong>3</strong> &#8211; For <em>Select Conditions&#8230; </em>section, click <em>Next</em>, then click <em>OK</em> to accept message that the rule will apply to every message.</font></p>
<p><font size="2" face="Verdana"><strong>4</strong> &#8211; In <em>Select Actions(s)</em> window, check <em>defer delivery by a number of minutes. </em>Then in the bottom section click on the </font><font size="2" face="Verdana">blue underlined words <font color="#3366ff"><strong>a number of</strong></font> </font></p>
<p><font size="2" face="Verdana"><img width="287" height="343" align="bottom" alt="outlookmessagedelay6.png" src="/wp-content/uploads/image/outlookmessagedelay6.png" /></font></p>
<p>&nbsp;</p>
<p><strong><font size="2" face="Verdana">5</font></strong><font size="2" face="Verdana"> &#8211; In the Deferred Delivery window, select he number of minutes you want to delay message delivery and click <em>OK.</em></font></p>
<p><font size="2" face="Verdana"><strong>6</strong> &#8211; Click Next</font></p>
<p><font size="2" face="Verdana"><strong>7</strong> &#8211; In the <em>Select exception(s) (if necessary)</em> window, check <em>except if the subject contains specific words. </em>Then in the bottom window click on the blue underlined words <font color="#3366ff"><strong>specify words</strong></font>.</font></p>
<p><font size="2" face="Verdana"><img width="330" height="398" align="bottom" src="/wp-content/uploads/image/outlookmessagedelay4.png" alt="outlookmessagedelay4.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana"><strong>10</strong> &#8211; In the <em>Search Text</em> enter a period followed by two spaces, &quot;.&nbsp; &quot; (with out quotes) and click <em>Add</em>, then <em>OK</em>.</font></p>
<p><font size="2" face="Verdana"><img width="316" height="162" align="bottom" src="/wp-content/uploads/image/outlookmessagedelay5.png" alt="outlookmessagedelay5.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana"><strong>11</strong> &#8211; Click <em>Next</em> and specify a name for the rule such as <em>Deliver Now</em>. Click <em>Finish </em>then<em> OK </em>to close Rules and Alerts.</font></p>
<p><font size="2" face="Verdana">Test sending a message with and without &quot;.&nbsp; &quot; (with out quotes) to make sure the rule is working properly.</font></p>
<p><font size="2" face="Verdana">When using the message delay rule, if you need to edit the message with-in the time before delivery, go to the Outbox and make any changes neccassary (or delete the message). Any messages that have been edited, while in the Outbox will need to be sent manually since the rule will not process. For POP3, you need to be connected first, before the rule will process, otherwise it will sit in the Outbox until the connection is made. If you are connected to an Exchange server, the rule will process normally.</font></p>
<p><font size="2" face="Verdana"></font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-delay-delivery-of-all-messages-with-the-option-to-send-messages-immediately-in-microsoft-outlook-2007.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</title>
		<link>http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html</link>
		<comments>http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html#comments</comments>
		<pubDate>Thu, 24 May 2007 10:00:23 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>
		<category><![CDATA[command reference guide]]></category>
		<category><![CDATA[microsoft office 2003]]></category>
		<category><![CDATA[microsoft office online]]></category>
		<category><![CDATA[ribbon]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[toolbar commands]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/microsoft-office-command-reference-interactive-guide.html</guid>
		<description><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/officeonlinelogo.png" alt="officeonlinelogo.png" vspace="5" width="165" height="44" align="right" /><span style="font-size: small;">One major difference users will notice when making the switch from Microsoft Office 2003 </span></span></span><span style="font-size: small;"><span style="font-family: Verdana;">to Office 2007 </span></span><span style="font-size: small;"><span style="font-family: Verdana;">is the new interface.  Gone is the old style look we all have become familiar with and HELLO to a new look and feel. The new menu and toolbar interface features a dynamic ribbon that changes options when a new command is referenced. While, the new look will take sometime to get used to, finding your favorite menu and toolbar commands in Word, Excel, Outlook or PowerPoint can be a little frustrating.</span></span></p>
<p><a href="http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html" class="more-link">read more: How to Locate Word Excel Outlook and Powerpoint 2003 Toolbar And Menu Commands In Office 2007</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/officeonlinelogo.png" alt="officeonlinelogo.png" vspace="5" width="165" height="44" align="right" /><span style="font-size: small;">One major difference users will notice when making the switch from Microsoft Office 2003 </span></span></span><span style="font-size: small;"><span style="font-family: Verdana;">to Office 2007 </span></span><span style="font-size: small;"><span style="font-family: Verdana;">is the new interface.  Gone is the old style look we all have become familiar with and HELLO to a new look and feel. The new menu and toolbar interface features a dynamic ribbon that changes options when a new command is referenced. While, the new look will take sometime to get used to, finding your favorite menu and toolbar commands in Word, Excel, Outlook or PowerPoint can be a little frustrating.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">To help, Microsoft has provided an excellent interactive command reference guide that maps all menu toolbar commands from Word, Excel, Outlook and PowerPoint 2003 to the exact locations in 2007.</span></span></p>
<p><span style="font-size: small;"><span id="more-414"></span></span></p>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">To run the Office 2003 to 2007 command reference interactive tutorial, visit <a href="http://office.microsoft.com/en-us/training/HA102295841033.aspx" target="_blank">Microsoft Office Online</a> site and scroll half way down the page. Look for the <em></em><em>Interactive guides section for </em>Word, Excel, Outlook, PowerPoint, and Access.</span></span></p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/officerefguide9.gif"><img class="alignleft size-full wp-image-753" title="officerefguide9" src="http://www.watchingthenet.com/wp-content/uploads/image/officerefguide9.gif" alt="" width="375" height="246" /></a></p>
<p><span style="font-family: verdana,geneva; font-size: small;">You have the option of running the guides online or download for each Office 2007 application.</span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">In this guide, we&#039;ll look at the Word 2007 Interactive guide. After clicking on the link (Word 2007), the </span></span><span style="font-size: small;"><span style="font-family: Verdana;">Word 2003 to Word 2007 command reference guide </span></span><span style="font-size: small;"><span style="font-family: Verdana;">page will display. Scroll down half way and click the <em>Start the guide </em>link, then on the following page click <em>Start</em>.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">The guide starts out with Word 2003 interface.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/officerefguide2.png" alt="officerefguide2.png" width="660" height="195" align="bottom" /><br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Just rest your mouse over a command on the toolbar and a balloon pop up will describe the location of the same command in Word 2007. Also notice at the very top next to <em>You selected this Word 2003 command</em> will describe what is selected in Word 2003.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/officerefguide3.png" alt="officerefguide3.png" width="601" height="165" align="bottom" /><br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">In the above screenshot, I have selected the Columns command on the toolbar. Notice the pop up telling me where to find it on Word 2007 (arrow) and what I selected in Word 2003 (circled). Say, I went to Word 2007 and could not find the Columns command on the toolbar or in the menu, I can go back to the guide and click Columns and Word 2007 interface will appear and the exact location will be highlighted.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/officerefguide4.png" alt="officerefguide4.png" width="610" height="292" align="bottom" /><br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">When finished, just click anywhere on the page and the guide will return back to Word 2003. Nice! You can also select any item from the menus</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">As you continue to work with Word 2007, you can leave the interactive guide running by minimizing your browser and reference it when needed. The guides for Excel, Outlook and PowerPoint function in the same manner.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Microsoft </span></span><span style="font-size: small;"><span style="font-family: Verdana;">Office 2003 to 2007 command reference interative tutorial is a great start to help users transition to Office 2007 and includes the most popular commands. Best of all, the guide is free. Only requirements is Adobe Flash Player 7.0 or later.</span></span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/new-search-add-on-simplifies-finding-commands-in-office-2007-ribbon.html" title="Search Add-on Simplifies Finding Commands in Office 2007 Ribbon">Search Add-on Simplifies Finding Commands in Office 2007 Ribbon</a></li>
<li><a href="http://www.watchingthenet.com/microsoft-excel-easy-to-expert-printing-tips.html" title="Microsoft Excel - Easy to Expert Printing Tips">Microsoft Excel - Easy to Expert Printing Tips</a></li>
<li><a href="http://www.watchingthenet.com/save-and-reuse-frequently-typed-text-in-outlook-2007-with-quick-parts.html" title="Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts">Save And Reuse Frequently Typed Text in Outlook 2007 With Quick Parts</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-locate-word-excel-outlook-and-powerpoint-2003-toolbar-and-menu-commands-in-office-2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Keyboard Shortcut Keys in Microsoft Word Balloon Screen Tips</title>
		<link>http://www.watchingthenet.com/display-keyboard-shortcut-keys-in-microsoft-word-balloon-screen-tips.html</link>
		<comments>http://www.watchingthenet.com/display-keyboard-shortcut-keys-in-microsoft-word-balloon-screen-tips.html#comments</comments>
		<pubDate>Tue, 08 May 2007 10:00:32 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Computer How-To]]></category>
		<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/display-keyboard-shortcut-keys-in-microsoft-word-popup-screen-tips.html</guid>
		<description><![CDATA[<p><font size="2" face="Verdana"><a title="msofficelogo.png" href="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png"><img width="106" hspace="5" height="80" align="right" alt="msofficelogo.png" src="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" /></a>Using keyboard shortcuts when browsing or navigating around Windows Operating Systems can speed up opening applications or performing functions that otherwise could take several clicks when using the mouse.  But remembering all the various key combinations can be a forgetful process that slows down the shortcuts. With Microsoft Word, you can easily add shortcut key reminders to the pop up balloon screen tips on the toolbars when you hover with the mouse over an icon.</p>
<p><span id="more-378"></span><br />
&#160;&#160;&#160; </p>
<p>When using Word, the typical toolbar screen tips just display the name of the function as shown in the screen shot below for Insert Hyperlink:</p>
<p><a title="wordstips1.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips1.png"><img alt="wordstips1.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips1.png" /></a></p>
<p>To add keyboard shortcut key reminders to the popup screen tips, click on <em>Tools \ Customize&#8230;</em> from the menu.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordstips3.png" title="wordstips3.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordstips3.png" alt="wordstips3.png" /></a></p>
<p>In the Customize window, select the <em>Options</em> tab and click on the check box next to <em>Show shortcut keys in ScreenTips</em> (make sure <em>Show ScreenTips on toolbars</em> is also checked). Then click the <em>Close</em> button.</p>
<p><a title="wordstips2.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips2.png"><img alt="wordstips2.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips2.png" /></a></p>
<p>Now if you forget a keyboard shortcut, you can hover the mouse over an icon, and the balloon screen tip will include the shortcut key with the name of the function;</p>
<p><a title="wordstips4.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips4.png"><img alt="wordstips4.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips4.png" /></a></p>
<p>
<a title="wordstips5.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips5.png"><img alt="wordstips5.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips5.png" /></a></p>
<p>The screenshots were used with Office 2003, but more than likely you can enable keyboard shortcut keys in Office 2007, Office XP and probably earlier versions of Microsoft Office.</p>

<p></font></p>
<p><a href="http://www.watchingthenet.com/display-keyboard-shortcut-keys-in-microsoft-word-balloon-screen-tips.html" class="more-link">read more: Display Keyboard Shortcut Keys in Microsoft Word Balloon Screen Tips</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"><a title="msofficelogo.png" href="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png"><img width="106" hspace="5" height="80" align="right" alt="msofficelogo.png" src="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" /></a>Using keyboard shortcuts when browsing or navigating around Windows Operating Systems can speed up opening applications or performing functions that otherwise could take several clicks when using the mouse.  But remembering all the various key combinations can be a forgetful process that slows down the shortcuts. With Microsoft Word, you can easily add shortcut key reminders to the pop up balloon screen tips on the toolbars when you hover with the mouse over an icon.</p>
<p><span id="more-378"></span><br />
&nbsp;&nbsp;&nbsp; </p>
<p>When using Word, the typical toolbar screen tips just display the name of the function as shown in the screen shot below for Insert Hyperlink:</p>
<p><a title="wordstips1.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips1.png"><img alt="wordstips1.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips1.png" /></a></p>
<p>To add keyboard shortcut key reminders to the popup screen tips, click on <em>Tools \ Customize&#8230;</em> from the menu.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordstips3.png" title="wordstips3.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordstips3.png" alt="wordstips3.png" /></a></p>
<p>In the Customize window, select the <em>Options</em> tab and click on the check box next to <em>Show shortcut keys in ScreenTips</em> (make sure <em>Show ScreenTips on toolbars</em> is also checked). Then click the <em>Close</em> button.</p>
<p><a title="wordstips2.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips2.png"><img alt="wordstips2.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips2.png" /></a></p>
<p>Now if you forget a keyboard shortcut, you can hover the mouse over an icon, and the balloon screen tip will include the shortcut key with the name of the function;</p>
<p><a title="wordstips4.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips4.png"><img alt="wordstips4.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips4.png" /></a></p>
<p>
<a title="wordstips5.png" href="http://www.watchingthenet.com/wp-content/uploads//wordstips5.png"><img alt="wordstips5.png" src="http://www.watchingthenet.com/wp-content/uploads//wordstips5.png" /></a></p>
<p>The screenshots were used with Office 2003, but more than likely you can enable keyboard shortcut keys in Office 2007, Office XP and probably earlier versions of Microsoft Office.</p>

<p></font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/display-keyboard-shortcut-keys-in-microsoft-word-balloon-screen-tips.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Change The Default Location For Saving Microsoft Word Documents</title>
		<link>http://www.watchingthenet.com/how-to-change-the-default-location-for-saving-microsoft-word-documents.html</link>
		<comments>http://www.watchingthenet.com/how-to-change-the-default-location-for-saving-microsoft-word-documents.html#comments</comments>
		<pubDate>Thu, 26 Apr 2007 10:00:37 +0000</pubDate>
		<dc:creator>Watching The Net</dc:creator>
				<category><![CDATA[Computer How-To]]></category>
		<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-change-the-default-location-for-saving-microsoft-word-documents.html</guid>
		<description><![CDATA[<p><em><font size="2" face="Verdana"><a href="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" title="msofficelogo.png"><img width="104" vspace="5" hspace="5" height="78" align="right" src="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" alt="msofficelogo.png" /></a><br />
Over the weekend I had a second hard drive installed in My Computer. I am a heavy Microsoft Word 2003 user and I create lots of Word documents for my business. The documents size can vary and I want to change the default location for saving to a folder on the new hard drive. How can I permanently change the location in Word?</font></em><font size="2" face="Verdana"></p>
<p><span id="more-336"></span><br />
&#160;&#160;&#160; </p>
<p>By default Microsoft Office versions for Word saves documents to your My Documents folder (C:\Documents and Settings\username\My Documents) on Windows XP and to the Documents folder on Windows Vista (C:\User\Owner&#124;Documents).</p>
<p>To change the default location for saving documents in Office version XP (2002) and 2003, open Word and click on <em>Tools \ Options&#8230;</em>&#160; </p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave1.png" title="wordsave1.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave1.png" alt="wordsave1.png" /></a></p>
<p>While one would think changing the setting would be found in the Save tab, it is actually found in the <em>File Locations</em> tab (circled).</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave2.png" title="wordsave2.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave2.png" alt="wordsave2.png" /></a></p>
<p>After clicking on the File Locations tab, highlight <em>Documents</em> under File types: (arrow in screen shot above) then click the modify button. In the Modify Location window, navigate to a folder or new hard drive location where you want Word to save all documents to, and click OK, </p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave3.png" title="wordsave3.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave3.png" alt="wordsave3.png" /></a></p>
<p>Click OK again to close the Options window.</p>
<p>If you set up <a href="http://www.watchingthenet.com/how-to-create-automatic-backup-document-copies-in-microsoft-word.html">Microsoft Word to create automatic backup document copies</a>, Word will also create the backup copies to the new location.</p>
<p><br />
</font></p>
<p><a href="http://www.watchingthenet.com/how-to-change-the-default-location-for-saving-microsoft-word-documents.html" class="more-link">read more: How To Change The Default Location For Saving Microsoft Word Documents</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><em><font size="2" face="Verdana"><a href="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" title="msofficelogo.png"><img width="104" vspace="5" hspace="5" height="78" align="right" src="http://www.watchingthenet.com/wp-content/uploads//msofficelogo.png" alt="msofficelogo.png" /></a><br />
Over the weekend I had a second hard drive installed in My Computer. I am a heavy Microsoft Word 2003 user and I create lots of Word documents for my business. The documents size can vary and I want to change the default location for saving to a folder on the new hard drive. How can I permanently change the location in Word?</font></em><font size="2" face="Verdana"></p>
<p><span id="more-336"></span><br />
&nbsp;&nbsp;&nbsp; </p>
<p>By default Microsoft Office versions for Word saves documents to your My Documents folder (C:\Documents and Settings\username\My Documents) on Windows XP and to the Documents folder on Windows Vista (C:\User\Owner|Documents).</p>
<p>To change the default location for saving documents in Office version XP (2002) and 2003, open Word and click on <em>Tools \ Options&#8230;</em>&nbsp; </p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave1.png" title="wordsave1.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave1.png" alt="wordsave1.png" /></a></p>
<p>While one would think changing the setting would be found in the Save tab, it is actually found in the <em>File Locations</em> tab (circled).</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave2.png" title="wordsave2.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave2.png" alt="wordsave2.png" /></a></p>
<p>After clicking on the File Locations tab, highlight <em>Documents</em> under File types: (arrow in screen shot above) then click the modify button. In the Modify Location window, navigate to a folder or new hard drive location where you want Word to save all documents to, and click OK, </p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads//wordsave3.png" title="wordsave3.png"><img src="http://www.watchingthenet.com/wp-content/uploads//wordsave3.png" alt="wordsave3.png" /></a></p>
<p>Click OK again to close the Options window.</p>
<p>If you set up <a href="http://www.watchingthenet.com/how-to-create-automatic-backup-document-copies-in-microsoft-word.html">Microsoft Word to create automatic backup document copies</a>, Word will also create the backup copies to the new location.</p>
<p><br />
</font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-change-the-default-location-for-saving-microsoft-word-documents.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
