<?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/"
	>

<channel>
	<title>Microsoft Word Tips, Tricks &#38; Templates &#187; Microsoft Office</title>
	<atom:link href="http://www.wordtipsandtricks.com/tag/microsoft-office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordtipsandtricks.com</link>
	<description>How to tips for Microsoft Word users</description>
	<lastBuildDate>Thu, 27 Oct 2011 15:32:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why you MUST learn how to create a macro in MS Word 2002/2003/2007</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/why-you-must-learn-how-to-create-a-macro-in-ms-word-200220032007/1186/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/why-you-must-learn-how-to-create-a-macro-in-ms-word-200220032007/1186/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:25:59 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Normal.dot]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office Word 2007]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Basic for Applications]]></category>
		<category><![CDATA[Word Options]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1186</guid>
		<description><![CDATA[One of the hidden features in Microsoft Word is macros. These are small mini-programs that you can create to automate tasks, for example, formatting a document, changing the layout or updating styles. What is a macro? A macro is a series of commands and instructions that you group together as a single command to accomplish [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/to-remove-your-name-from-word-macros/184/' rel='bookmark' title='How to Remove Your Name from Word Macros'>How to Remove Your Name from Word Macros</a></li>
<li><a href='http://www.wordtipsandtricks.com/word-2003/how-to-create-a-custom-toolbar-in-word-2003/961/' rel='bookmark' title='How to Create a Custom Toolbar in Word 2003'>How to Create a Custom Toolbar in Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/plugins/convert-microsoft-word-documents-to-mediawiki-markup/548/' rel='bookmark' title='Convert Microsoft Word documents to MediaWiki markup'>Convert Microsoft Word documents to MediaWiki markup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the hidden features in Microsoft Word is macros. These are small mini-programs that you can create to automate tasks, for example, formatting a document, changing the layout or updating styles.</p>
<p>What is a macro? A macro is a series of commands and instructions that you group together as a single command to accomplish a task automatically.</p>
<p>Read why you <strong>MUST</strong> learn how to create a macro?<span id="more-1186"></span></p>
<h2>Why create a macro?</h2>
<p>It makes your life that much easier. You can setup a macro to:</p>
<ul>
<li>Automate a complex series of tasks</li>
<li>Combine multiple commands — for example, to insert a table with a specific size and borders, and with a specific number of rows and columns</li>
<li>Make an option in a dialog box more accessible</li>
<li>Speed up editing and document formatting</li>
</ul>
<p>To do this, you can use the macro recorder in Word to record a sequence of actions, or you can create a macro from scratch by entering Visual Basic for Applications. The Visual Basic Editor contains a complete debugging toolset for finding syntax, run-time, and logic problems in your code.</p>
<p>If it sound’s intimidating, don’t be alarmed. If I can do this, you can.</p>
<h2>How to create macros in Word 2007</h2>
<p>To work with macros in Office Word 2007, <strong>you need to have the Developer tab displayed</strong>. This is turned off by default.</p>
<p>Here is how you turn it on.</p>
<p>To show the Developer tab in Word 2007:</p>
<p><strong>1</strong>. Click the <strong>Microsoft Office Button</strong> (top left corner in Word) and then click <strong>Word Options</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2794/4016500920_48a3d9c2f9.jpg" alt="How to Create a Marco in Microsoft Word 2003/2007 - Part 1 by you." width="425" height="474" /></p>
<p><script type="text/javascript">// <![CDATA[
 F.decorate(_ge('photo_notes'), F._photo_notes).notes_go_go_go(4016500920, 'http://farm3.static.flickr.com/2794/4016500920_48a3d9c2f9_t.jpg', '3.1444');
// ]]&gt;</script></p>
<form id="blog_form" style="visibility:hidden;" action="/blog.gne" method="post">
<input name="magic_cookie" type="hidden" value="face4527b44d161f1980f4b16d446bcb" />
<input name="photo" type="hidden" value="4016500920" />
<input name="blog" type="hidden" value="0" /></form>
<p><strong>2</strong>. Click <strong>Popular</strong>.</p>
<p><strong>3</strong>. Select the <strong>Show Developer tab in the Ribbon</strong> check box.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2788/4015738871_524a9d8fb5.jpg" alt="How to Create a Marco in Microsoft Word 2003/2007 - Part 1 by you." /></p>
<p>The Developer tab is now displayed to the far right of the ribbon.</p>
<h2>How to record a macro</h2>
<p><strong>1</strong>.  Click on the <strong>Developer tab</strong>, then in the <strong>Code area</strong>, click <strong>Record Macro</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2487/4016500960_e0450a4fb4.jpg" alt="How to Create a Marco in Microsoft Word 2003/2007 - Part 1 by you." /></p>
<p><strong>2</strong>. In the Macro name box, <strong>type a name for the macro</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2774/4016500992_245da6f3e6.jpg" alt="How to Create a Marco in Microsoft Word 2003/2007 - Part 1 by you." width="390" height="291" /></p>
<p><strong>Careful! </strong>If you name the new macro the same as a built-in macro in Word 2007, the new macro actions will replace the built-in macro.</p>
<p><strong>3</strong>. In the <strong>Store macro in</strong> box, click the <strong>template or document where you want to store the macro</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2679/4016501276_06270ea7ba.jpg" alt="Store Marco in template or document where you want to store the macro." /></p>
<p>Maybe you want to apply the macro to one document only or maybe to all documents. It’s up to you.</p>
<p><strong>4</strong>. In the Description box, <strong>type a description</strong>, for example, Change Fonts to Verdana.</p>
<p><strong>5</strong>. Do one of the following:</p>
<p><strong>To save the macro</strong> — without assigning it to a button on the Quick Access Toolbar or to the keyboard — click <strong>OK</strong>.</p>
<p>Otherwise…</p>
<h3>To assign the macro to the Quick Access Toolbar:</h3>
<p><strong>1</strong>. Click the <strong>Button</strong> icon.</p>
<p><img class="reflect" src="http://farm4.static.flickr.com/3490/4016501100_646bce310d.jpg" alt="To assign the macro to the Quick Access Toolbar" /></p>
<p><strong>2</strong>. Under <strong>Customize Quick Access Toolbar</strong>, select the <strong>document (or all documents) you want</strong> <strong>to add</strong> the macro to the Quick Access Toolbar.</p>
<p><strong>3</strong>. Under <strong>Choose commands from</strong> dialog box, <strong>click the macro</strong> you’re recording, and click <strong>Add</strong>.</p>
<p><strong>4</strong>. Click <strong>OK</strong> to begin recording the macro.</p>
<h3>To assign the macro to the Keyboard</h3>
<p><strong>1</strong>. Click <strong>Keyboard.</strong></p>
<p><strong>2</strong>. In the Commands box, <strong>click the macro that you are recording</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2460/4015739011_45d2b82bd1.jpg" alt="To assign the macro to the keyboard" /></p>
<p><strong>3</strong>. In the <strong>Press new shortcut key box</strong>, type the <strong>key sequence you want (e.g. A + F4) </strong>, and then click <strong>Assign</strong>.</p>
<p><strong>4</strong>. Click <strong>Close</strong> to begin recording the macro.</p>
<p><strong>5</strong>. <strong>Perform the actions that you want to include in the macro</strong>.</p>
<p><strong>6</strong>. When finished recording, click <strong>Stop Recording in the Code group</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2576/4016501028_289a2c1db9.jpg" alt="To stop recording the macro" /></p>
<h2>How to use Visual Basic for Applications</h2>
<p>If you need to update the macro, you can go directly into the code and change it through the Visual Basic for Applications editor.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2535/4015739107_d42a93fd84.jpg" alt="How to use Visual Basic for Applications to modify or update your macro" width="390" height="291" /></p>
<p><strong>Note</strong> that this is <strong>not the Visual Basic software that developers use</strong> to create applications but is an editor —that is already inside Microsoft Word — which uses a scripting language to update the macro.</p>
<p>If you’re familiar with any scripting language, then you’ll soon figure this out.</p>
<p><strong>1</strong>. On the <strong>Developer</strong> tab, in the <strong>Code</strong> group, click <strong>Macros</strong>.</p>
<p><strong>2</strong>. In the Macro name box, <strong>type a name for the macro</strong>.</p>
<p><strong>Tip</strong>: If you give a new macro the same name as a built-in macro in Office Word 2007, the new macro actions will replace the built-in macro. To view a list of built-in macros, click Word Commands in the Macros in list.</p>
<p><strong>3</strong>. In the Macros in list, <strong>click the template or document in which you want to store the macro</strong>.</p>
<p><strong>4</strong>. Click <strong>Create</strong> to open the Visual Basic Editor.</p>
<h2>How do I run the macro in Word 2007?</h2>
<p>You have a few choices.</p>
<p>If you created the macro to <strong>run from the menu bar</strong>, click the <strong>Button</strong> you added there.</p>
<p>If you created the macro to <strong>run from your keyboard</strong>, click the <strong>numbers<br />
and/or letters you assigned</strong> to the macro, for example, I use F4 to run a formatting macro and F5 to run a macro that changes all the text to US English.</p>
<p>If you setup neither of these, you can run the macro as follows:</p>
<p><strong>1</strong>. Click on the <strong>Developer tab.</strong></p>
<p><strong>2</strong>. Click <strong>Macros</strong>.</p>
<p><strong>3</strong>. <strong>Select your macro</strong>.</p>
<p><strong>4</strong>. Click <strong>Run</strong>.</p>
<p><img class="reflect" src="http://farm3.static.flickr.com/2731/4015739135_30e45f714b.jpg" alt="you can run the macro as follows" /></p>
<p>This activates the macro. It runs through the actions as per your instructions.</p>
<h2>How to create a macro in Word 97/2000/2003</h2>
<p>Open a new Word document, and type a few words.</p>
<p><strong>1</strong>. Click <strong>Tools</strong>.</p>
<p><strong>2</strong>. Scroll to <strong>Macro</strong>, and click <strong>Record New Macro</strong>.</p>
<p><strong>3</strong>. Type <strong>Test</strong> in the Macro Name: window and click <strong>OK</strong>.</p>
<p>An activity box appears which shows that <strong>you are now in Record mode</strong>. You can use shortcut keys for the commands you want or you can use your mouse.</p>
<p><strong>4</strong>. <strong>Select one of the words </strong>that you typed before starting the macro.</p>
<p><strong>5</strong>. Now (with the word still highlighted) <strong>change the font style</strong> (example: “Times New Roman” to “Verdana”) and the font size.</p>
<p><strong>6</strong>. <strong>Remove the highlight from the word</strong> by pressing your right-arrow key.</p>
<p><strong>7</strong>. Click the square in the <strong>CommandBar </strong>to close it and <strong>stop the Macro recording</strong>.</p>
<p><strong>8</strong>. Click <strong>Tools, Macro, Macros</strong>, click <strong>Test</strong>, and then click <strong>Run</strong>.</p>
<p>The commands you made while recording your macro will take place when you run the macro!</p>
<p><strong>9</strong>. Next, click <strong>Tools, Macro, Macros, Test, Edit, File</strong>, and then click <strong>Save Normal</strong>.</p>
<p>You’ve now saved the macro and added it to the list of macros in Word.</p>
<p>Finally, close the Microsoft Visual Basic editor and assign a shortcut key to your new macro, for example, if you want to use it in the future. This is optional. You don’t have to. When you re-open the Macro Editor, you’ll see that the Test macro is still there.</p>
<h2>How to test your new macro?</h2>
<p><strong>1</strong>. Using the example above, click to the <strong>right of any word in a document</strong> and then <strong>run your macro</strong>.</p>
<p><strong>2</strong>. The <strong>font and font size will change automatically</strong>, e.g. it will change from Times Roman to Verdana.</p>
<p>You can use the macro recorder to record a sequence of actions, or you can create a macro from scratch by entering Visual Basic for Applications code in the Visual Basic Editor.</p>
<h2>My macro doesn’t work?</h2>
<p>There could be a few reasons for this.</p>
<p><strong>1</strong>. Check <strong>if the macro is setup to run in all active templates</strong>.</p>
<p>You might have setup the macro to run in the current document only or maybe in the<br />
<strong>Normal.Dot</strong> file only. Open the macro, check this setting and then re-run.</p>
<p><strong>2</strong>. When you record a macro, <strong>you MUST use the mouse to click commands and options on Word’s menu bars. You can’t select text.</strong></p>
<p>You MUST use the keyboard to select text.</p>
<p><strong>3</strong>. You <strong>didn’t assign the macro to a button or to the keyboard</strong>.</p>
<p>If you didn’t do this, then you need to go into the <strong>Developer tab</strong> (far right on Word menu bar<br />
in 2007), click <strong>Macros</strong> and then select the macro from the list.</p>
<h2><a href="http://www.amazon.com/gp/product/0470279591?ie=UTF8&amp;tag=klaritiwritin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470279591"><img class="reflect" src="http://ecx.images-amazon.com/images/I/51ZZXd09evL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" alt="How to Write Word Macros" align="right" /></a></h2>
<h2>Want to learn more?</h2>
<p>You <strong>MUST</strong> read this book on<a href="http://www.amazon.com/gp/product/0470279591?ie=UTF8&amp;tag=klaritiwritin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470279591"> Mastering VBA for Microsoft Office 2007</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=klaritiwritin-20&amp;l=as2&amp;o=1&amp;a=0470279591" border="0" alt="" width="1" height="1" />.<img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=klaritiwritin-20&amp;l=as2&amp;o=1&amp;a=0470279591" border="0" alt="" width="1" height="1" /></p>
<p>Also, try this<a href="http://www.amazon.com/gp/product/0470279591?ie=UTF8&amp;tag=klaritiwritin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470279591"> here</a> and this <a href="http://www.amazon.com/gp/product/0071614796?ie=UTF8&amp;tag=klaritiwritin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0071614796"> here</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=klaritiwritin-20&amp;l=as2&amp;o=1&amp;a=0071614796" border="0" alt="" width="1" height="1" /> and<a href="http://www.amazon.com/gp/product/1565927257?ie=UTF8&amp;tag=klaritiwritin-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1565927257"> here</a>.</p>
<h2>Did your macro work?</h2>
<p>I hope so!</p>
<p>If not, let me know what went wrong and we’ll try to fix it.</p>
<p><strong>PS</strong>: Where are the built-in macros in Word 2007? To see a list of built-in macros, click on the Developer tab, then Code group, Macros, and Word Commands.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/10958e62-6278-4a0e-bae6-24e5841d69a1/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=10958e62-6278-4a0e-bae6-24e5841d69a1" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/to-remove-your-name-from-word-macros/184/' rel='bookmark' title='How to Remove Your Name from Word Macros'>How to Remove Your Name from Word Macros</a></li>
<li><a href='http://www.wordtipsandtricks.com/word-2003/how-to-create-a-custom-toolbar-in-word-2003/961/' rel='bookmark' title='How to Create a Custom Toolbar in Word 2003'>How to Create a Custom Toolbar in Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/plugins/convert-microsoft-word-documents-to-mediawiki-markup/548/' rel='bookmark' title='Convert Microsoft Word documents to MediaWiki markup'>Convert Microsoft Word documents to MediaWiki markup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/why-you-must-learn-how-to-create-a-macro-in-ms-word-200220032007/1186/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MS Word 2010: Is the new Find re-design better or worse?</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/ms-word-2010-is-the-new-find-re-design-better-or-worse/1165/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/ms-word-2010-is-the-new-find-re-design-better-or-worse/1165/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 10:39:04 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Find and Replace]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Scott Walker]]></category>
		<category><![CDATA[User experience design]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web search engine]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1165</guid>
		<description><![CDATA[In the new version of Word 2010, there is a new ‘integrated flavor of the Find feature’. Scott Walker, Lead Program Manager, for Microsoft Word explains that ‘Rather than a modeless dialog box that jumps about on the screen to get out of the way, the basic Find experience now sits conveniently at the top [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/' rel='bookmark' title='How Word 2010 will be different than Word 2007'>How Word 2010 will be different than Word 2007</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2010-mini-translator/1160/' rel='bookmark' title='MS Office 2010, New Mini Translator feature'>MS Office 2010, New Mini Translator feature</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1166 alignleft" title="MS Office 2010 Find Menu" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/MS-Office-2010-Find-Menu.png" alt="MS Office 2010 Find Menu" width="232" height="199" />In the new version of Word 2010, there is a new ‘integrated flavor of the Find feature’.</p>
<p>Scott Walker, Lead Program Manager, for Microsoft Word explains that ‘Rather than a modeless dialog box that jumps about on the screen to get out of the way, the basic Find experience now sits conveniently at the top of the navigation pane.”</p>
<p><strong>Note</strong>: The Word 2007 Find dialog is still available by clicking the dropdown at the right-hand edge of the search box.<span id="more-1165"></span></p>
<p><strong>So, what is the new Find user experience?</strong></p>
<p>Scott runs through how it works:</p>
<p>Type in the Search Document box at the top of the navigation pane to start.</p>
<p>As you type:</p>
<ul>
<li>All matches within the document highlight yellow. Word scrolls the document to the first match (and continues to scroll as you refine the term).</li>
<li>If you&#8217;re on the headings tab of the navigation pane, any tab corresponding to a heading whose content contains the term you searched for is highlighted yellow</li>
<li>If you&#8217;re on the pages tab of the pane, the thumbnails for the pages that don&#8217;t contain the search term are filtered out, leaving you with just the list of pages that have what you&#8217;re looking for</li>
<li>If you&#8217;re on the search results tab, you&#8217;ll see the list of matches with a small snippet of context. Note that this list grows and shrinks as you refine your search</li>
<li>Hit Enter is the same as clicking Find Next.</li>
<li>The dropdown menu to the right of the search box also offers many of the popular object types you might want to search for, including graphics, tables, equations, footnotes/endnotes, and comments (by author).</li>
</ul>
<p><strong>Other features</strong></p>
<p>You can turn off the incremental search mode, and in the search options you can change settings such as match case, whole word only, etc.</p>
<p>The New Find Experience in Microsoft Word 2010: <a href="http://blogs.msdn.com/microsoft_office_word/archive/2009/08/11/the-new-find-experience.aspx">http://blogs.msdn.com</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/64ea8a3c-7d46-4ba2-8dd6-bab6932f5f8b/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=64ea8a3c-7d46-4ba2-8dd6-bab6932f5f8b" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/' rel='bookmark' title='How Word 2010 will be different than Word 2007'>How Word 2010 will be different than Word 2007</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2010-mini-translator/1160/' rel='bookmark' title='MS Office 2010, New Mini Translator feature'>MS Office 2010, New Mini Translator feature</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/ms-word-2010-is-the-new-find-re-design-better-or-worse/1165/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MS Office 2010, New Mini Translator feature</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/office-2010-mini-translator/1160/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/office-2010-mini-translator/1160/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:16:52 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft OneNote]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Microsoft PowerPoint]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Mini Translator]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1160</guid>
		<description><![CDATA[Microsoft have introduced a Mini Translator in Office 2010 that provides on-the-fly translation as you select a word or phrase and provides dictionary definitions of individual words. How it works Point to a word or selected phrase with your mouse, and the translation will display in a small window. The Mini Translator also includes a [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-office-2010-%e2%80%93-how-shared-notebooks-in-onenote-will-work/1128/' rel='bookmark' title='Microsoft Office 2010 – How OneNote will work with Shared Notebooks'>Microsoft Office 2010 – How OneNote will work with Shared Notebooks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Microsoft have introduced a <strong>Mini Translator in Office 2010</strong> that provides on-the-fly translation as you select a word or phrase and provides dictionary definitions of individual words.<span id="more-1160"></span></p>
<p><strong>How it works</strong></p>
<ol>
<li>Point to a word or selected phrase with your mouse, and the translation will display in a small window.</li>
<li>The Mini Translator also includes a Play button so you can hear an audio pronunciation of the word or phrase using a text-to-speech engine.</li>
<li>The Copy button lets you paste the translation into another document.</li>
<li>You can use the Mini Translator in Word, Outlook, OneNote and PowerPoint.</li>
</ol>
<p><img class="alignnone size-full wp-image-1161" title="MS Office 2010 Mini Translator" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/MS-Office-2010-Mini-Translator.png" alt="MS Office 2010 Mini Translator" width="536" height="327" /></p>
<p>There is a nice tutorial and more screenshots over here:</p>
<p><a href="http://blogs.technet.com/office_global_experience/archive/2009/07/31/using-the-new-mini-translator-in-office-2010.aspx">http://blogs.technet.com/office_global_experience/archive/2009/07/31/using-the-new-mini-translator-in-office-2010.aspx</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/b3305cc5-92c7-4f2d-924c-bc3a036a8395/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=b3305cc5-92c7-4f2d-924c-bc3a036a8395" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-office-2010-%e2%80%93-how-shared-notebooks-in-onenote-will-work/1128/' rel='bookmark' title='Microsoft Office 2010 – How OneNote will work with Shared Notebooks'>Microsoft Office 2010 – How OneNote will work with Shared Notebooks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/office-2010-mini-translator/1160/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft adds POP e-mail, better Mac support to Hosted Applications</title>
		<link>http://www.wordtipsandtricks.com/downloads/microsoft-adds-pop-e-mail-better-mac-support-to-hosted-applications/1184/</link>
		<comments>http://www.wordtipsandtricks.com/downloads/microsoft-adds-pop-e-mail-better-mac-support-to-hosted-applications/1184/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:52:16 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Mary Jo Foley]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office Live Meeting]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Online service provider]]></category>
		<category><![CDATA[Operating system]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1184</guid>
		<description><![CDATA[Mary Jo Foley reports on ZDNET that Microsoft is rolling out a number of new feature additions to its Microsoft-hosted family of “Online” services, including POP e-mail compatibility and better support for Mac clients. Microsoft’s Online family currently includes Exchange Online, SharePoint Online, Communications Online, Live Meeting and the Business Productivity Online Suite (BPOS). All [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/' rel='bookmark' title='Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/2007-microsoft-office-features-specs/206/' rel='bookmark' title='2007 Microsoft Office Features &amp; Specs'>2007 Microsoft Office Features &#038; Specs</a></li>
<li><a href='http://www.wordtipsandtricks.com/downloads/new-version-of-free-software-alternative-to-microsoft-office/378/' rel='bookmark' title='Review of OpenOffice.org 2.3, Alternative to Microsoft Office'>Review of OpenOffice.org 2.3, Alternative to Microsoft Office</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Mary Jo Foley reports on ZDNET that Microsoft is rolling out a number of new feature additions to its Microsoft-hosted family of “Online” services, including POP e-mail compatibility and better support for Mac clients.<a href="http://www.microsoft.com/online/products.mspx"> Microsoft’s Online family</a> currently includes Exchange Online, SharePoint Online, Communications Online, Live Meeting and the Business Productivity Online Suite (BPOS). All of these services are hosted by Microsoft (but not currently running on its Azure cloud operating system).<span id="more-1184"></span></p>
<p>With the October Service Update, <strong>Exchange Online users get support for POP-based clients</strong>. Previously, Exchange Online supported only Microsoft Office Outlook 2003 and 2007, the Online Services blog post acknowledged.</p>
<p>This month’s update also includes “several enhancements that will provide <a href="http://blogs.technet.com/msonline/archive/2009/10/14/service-update-october-2009-release-availability-features-announced.aspx">a more efficient communication and collaboration experience for organizations with Mac users,”</a> according to the post.</p>
<p>Microsoft is making the sign-in client for Mac available for download from the <a href="http://www.microsoft.com/downloads/en/default.aspx">Microsoft Download Center </a>in November.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/f6879b2a-97f1-46ba-9ce3-52a36e7a0a59/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=f6879b2a-97f1-46ba-9ce3-52a36e7a0a59" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/' rel='bookmark' title='Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/2007-microsoft-office-features-specs/206/' rel='bookmark' title='2007 Microsoft Office Features &amp; Specs'>2007 Microsoft Office Features &#038; Specs</a></li>
<li><a href='http://www.wordtipsandtricks.com/downloads/new-version-of-free-software-alternative-to-microsoft-office/378/' rel='bookmark' title='Review of OpenOffice.org 2.3, Alternative to Microsoft Office'>Review of OpenOffice.org 2.3, Alternative to Microsoft Office</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/downloads/microsoft-adds-pop-e-mail-better-mac-support-to-hosted-applications/1184/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to extend the Ribbon in MS Office / Open XML SDK</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/how-to-extend-the-ribbon-in-ms-office-open-xml-sdk/1154/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/how-to-extend-the-ribbon-in-ms-office-open-xml-sdk/1154/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:04:53 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Markup Languages]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office 2007]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office Open XML]]></category>
		<category><![CDATA[OpenXml]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1154</guid>
		<description><![CDATA[The Fluent UI, or as it’s better known the Ribbon, was introduced in Office 2007. The Fluent UI technology, like the Open XML formats, is based on XML, which allows for a richer extensibility story for developers.


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/' rel='bookmark' title='How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1156 alignleft" title="Word Office Ribbon" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Word-Office-Ribbon.gif" alt="Word Office Ribbon" width="323" height="96" />The Fluent UI, or as it’s better known <strong>the Ribbon</strong>, was introduced in Office 2007.</p>
<p>The Fluent UI technology, like the Open XML formats, is based on XML, which allows for a richer extensibility story for developers.<span id="more-1154"></span></p>
<p>Erika Ehril&#8217;s blog <a href="http://blogs.msdn.com/erikaehrli/archive/2009/07/22/get-started-resources-for-fluent-ui-extensibility-download-the-new-office-developer-resources-ribbon-tab.aspx">post</a> describes several tools and resources related to Fluent UI extensibility. Brian Jones extend her post by showing you how the Open XML SDK can be used to extend or actually control custom UI within documents.</p>
<p>As is the case with other features in Open XML files, the <a href="http://go.microsoft.com/fwlink/?LinkId=127912">Open XML SDK 2.0 for Microsoft Office</a> supports Fluent UI through <a href="http://msdn.microsoft.com/en-us/library/documentformat.openxml.packaging.ribbonextensibilitypart%28office.14%29.aspx">strongly typed access to the custom UI xml part</a> as well <a href="http://msdn.microsoft.com/en-us/library/documentformat.openxml.office.customui%28office.14%29.aspx">strongly typed access to the underlying xml</a> contained within the custom UI xml part.</p>
<p>In other words, you can easily add, remove or modify custom UI for a particular document or set of documents using the SDK.</p>
<p>In this post, Brian show’s you how to add custom UI to a set of documents within a directory.</p>
<p><a href="http://blogs.msdn.com/brian_jones/archive/2009/08/03/the-open-xml-sdk-and-fluent-ui-extensibility.aspx">http://blogs.msdn.com/brian_jones/archive/2009/08/03/the-open-xml-sdk-and-fluent-ui-extensibility.aspx</a></p>
<p>FYI: You can also download this solution <a href="http://zeyadrajabi.members.winisp.net/sourcecode/DeployCustomUI.zip">here</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/40fd2915-155f-43f4-829a-cfc06ffb2eeb/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=40fd2915-155f-43f4-829a-cfc06ffb2eeb" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/' rel='bookmark' title='Microsoft Word 2010: How to open Word files online in Protected View'>Microsoft Word 2010: How to open Word files online in Protected View</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/' rel='bookmark' title='How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/how-to-extend-the-ribbon-in-ms-office-open-xml-sdk/1154/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Word 2010: How to open Word files online in Protected View</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:48:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[ASLR]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[DEP]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[File format]]></category>
		<category><![CDATA[GS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft PowerPoint]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Microsoft Word 2010]]></category>
		<category><![CDATA[MOICE]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office Suites]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Protected View]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Temporary Internet Files]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1147</guid>
		<description><![CDATA[Vikas on the Microsoft Office Trustworthy Computing security team explains how a new feature in Microsoft Word 2010 called Protected View. 


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/' rel='bookmark' title='Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/' rel='bookmark' title='How Word 2010 will be different than Word 2007'>How Word 2010 will be different than Word 2007</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1148 alignleft" title="Word 2010 Open in Protected View" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Word-2010-Open-in-Protected-View.png" alt="Word 2010 Open in Protected View" width="176" height="191" />Vikas on the Microsoft Office Trustworthy Computing security team explains how a new feature in Microsoft Word 2010 called Protected View.</p>
<p>In his article he discusses how hackers have discovered ways to manipulate Office binary files so that when they are opened and parsed, they cause their own code embedded within the file to run. To address these binary file parsing attacks in Office 2007, several new XML based file formats were introduced.</p>
<p>One of the new features in Microsoft Word 2010 is the Protected View, which lets you open a Word/Excel file over the web — via Microsoft’s intermediate sandbox — and then display it for you if it’s deemed to be safe to open.</p>
<p><span id="more-1147"></span></p>
<h3>What is Protected View?</h3>
<p>Protected View is a new security defense-in-depth features added in Office 2010.</p>
<ul>
<li>In Office 2010 when a file appears to be from a potentially risky location, such as the Internet, it is opened in Protected View.</li>
<li>Protected View appears like any other read-only view.</li>
<li>When the file is opened in Protected View, it is being opened in the new Office 2010 sandbox.</li>
<li>Office 2010 sandbox is the “next version” of the MOICE sandbox, thought no file conversation takes place.</li>
<li>What happens is that the file is opend within a sandboxed instance of the application (e.g. Word, Excel, PowerPoint) and if there was malicious code present in the file, the code will not be able to tamper with your documents; change your profile or other user settings.</li>
</ul>
<h3><img class="alignnone size-full wp-image-1149" title="Word 2010 Open in Protected View 2" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Word-2010-Open-in-Protected-View-2.png" alt="Word 2010 Open in Protected View 2" width="519" height="37" /></h3>
<h3>When is Protected View used?</h3>
<p>Microsoft’s goal when designing this feature was to only use it in high risk scenarios:</p>
<p><strong>1. Files opened from the Internet.</strong></p>
<p>When a file is downloaded from the web, the Windows Attachment Execution Service places a marker in the file’s alternate data stream to indicate it came from the Internet zone.</p>
<p>When a Word, Excel or PowerPoint file is opened — and has this marker — it opens in Protected View until the user decides to trust and edit it. To do this, press Enable Editing.</p>
<p><strong>Attachments opened from Outlook 2010</strong></p>
<p>When an attachment is opened from Outlook 2010 it opens in Protected View. Administrators can configure if they want all attachments to open in Protected View or just those sent from senders outside their Exchange environment.</p>
<p><strong>Files opened from unsafe locations</strong></p>
<p>For example, files opened from your Temporary Internet Files folder. You can extend this list to include directories you feel are also unsafe.</p>
<p><strong>Files blocked by File Block Policy.</strong></p>
<p>Microsoft introduced File Block in Office 2007 which lets administrators define file types that should not be opened.</p>
<p>In Office 2010 these blocked files can now be opened in Protected View and you can set policy to indicate if the user should be allowed to leave Protected View (by editing the file) or force them to stay in it.</p>
<p><strong>Office File Validation failures</strong></p>
<p>This scans an Office file when it is being opened and validates it against a well-known schema. When there are inconsistencies between the file and the schema, the file will fail validation and opens in Protected View.</p>
<p><strong>File Open Dialog</strong></p>
<p>You can open files in Protected View explicitly by using the Open button.</p>
<p><img class="alignnone size-full wp-image-1150" title="Word 2010 Open in Protected View 3" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Word-2010-Open-in-Protected-View-3.png" alt="Word 2010 Open in Protected View 3" width="640" height="463" /></p>
<p>As Vikas discussed, Protected View is one of the new security defenses in Office 2010.</p>
<p>For a malware to be able to run in Protected View, it will need to find a way around DEP, ASLR, GS and the 2010 Office File validation checks. And after all that, the malware would need to find a way to break out of the sandbox.</p>
<p>For sure, this is a step in the right direction from Microsoft. The next time you received a ‘scary’ Word file, you can open it in Protected View and read it without having to worry that something bad could happen to your computer.</p>
<p>Read more:</p>
<p><strong>Microsoft Office 2010 Engineering</strong>: <a href="http://blogs.technet.com/office2010/archive/2009/08/13/protected-view-in-office-2010.aspx">http://blogs.technet.com/office2010/archive/2009/08/13/protected-view-in-office-2010.aspx</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/cf1422f8-2156-46e8-ba5d-e831f090c8e9/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=cf1422f8-2156-46e8-ba5d-e831f090c8e9" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/' rel='bookmark' title='Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/' rel='bookmark' title='How Word 2010 will be different than Word 2007'>How Word 2010 will be different than Word 2007</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/microsoft-word-2010-how-to-open-word-files-online-in-protected-view/1147/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Error Messages when Starting Microsoft Word</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:55:06 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Normal.dot]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Compile Error]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Macros]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Microsoft PowerPoint]]></category>
		<category><![CDATA[Microsoft Visualbasic]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office Suites]]></category>
		<category><![CDATA[Office12]]></category>
		<category><![CDATA[Program Files]]></category>
		<category><![CDATA[Run-Time Error]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Subscript Out Of Range]]></category>
		<category><![CDATA[Template Add In]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Visual Basic Error]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word processor]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1141</guid>
		<description><![CDATA[Over the years Microsoft Word has crashed on me several times. What’s interesting is that the error message I get tend to vary but the result it always the same – I can’t get Word to start. Here are some common error messages, the reason why they appear, and what you can do to re-start [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/troubleshooting/how-to-fix-error-message-do-you-want-to-download-a-compatibility-pack-so-that-you-can-work-with-this-file/1007/' rel='bookmark' title='How to Fix Error Message &#8220;Do you want to download a compatibility pack so that you can work with this file&#8221;'>How to Fix Error Message &#8220;Do you want to download a compatibility pack so that you can work with this file&#8221;</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/' rel='bookmark' title='How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1145 alignleft" title="Word 2007 Program Files Microsoft Office Office12 Startup" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Word-2007-Program-Files-Microsoft-Office-Office12-Startup1.gif" alt="Word 2007 Program Files Microsoft Office Office12 Startup" width="478" height="125" />Over the years Microsoft Word has crashed on me several times. What’s interesting is that the error message I get tend to vary but the result it always the same – I can’t get Word to start.</p>
<p>Here are some common error messages, the reason why they appear, and what you can do to re-start Word. 9 times out of 10, if you delete the Normal.dot file and re-start, you’ll be fine. If that doesn’t work, please read on.<span id="more-1141"></span></p>
<h3>Error Message when Starting Word</h3>
<p>When you start Microsoft Office Word, you may receive error messages that are similar to the following error messages:</p>
<ul>
<li>run-time error.</li>
<li>subscript out of range.</li>
<li>Compile Error in hidden module module name.</li>
<li>Visual Basic Error &#8211; Object doesn&#8217;t support this property or method.</li>
<li>Cannot display the template add in template is not valid template name.</li>
<li>Word cannot open this document template template name.</li>
<li>module name cannot be found.</li>
<li>Command cannot be performed because a dialog box is open.</li>
<li>Cannot open this file file name.</li>
<li>The file cannot be opened.</li>
<li>Microsoft VisualBasic &#8211; The macros in this project are disabled.</li>
<li>The add-in template is not valid.</li>
</ul>
<p><strong>Why am I getting this message?</strong></p>
<p>This behavior occurs because an add-in in one of the startup folders is not compatible with Word.</p>
<p><img class="alignnone" title="Word 2007 Program Files Microsoft Office Office12 Startup" src="../wp-content/uploads/2009/10/Word-2007-Program-Files-Microsoft-Office-Office12-Startup.gif" alt="Word 2007 Program Files Microsoft Office Office12 Startup" width="478" height="561" /></p>
<p><strong>How to fix this?</strong></p>
<p>To identify the add-in that may be causing the behavior, follow these steps:</p>
<p><strong>1</strong>. Quit all Microsoft Office programs, including Word and Microsoft Outlook.</p>
<p><strong>2</strong>. Open the following folder for depending on your version of Word.</p>
<p><strong>For Microsoft Office Word 2007:</strong></p>
<p>Program Files\Microsoft Office\Office12\Startup</p>
<p><strong>For Microsoft Office Word 2003:</strong></p>
<p>Program Files\Microsoft Office\Office11\Startup</p>
<p><strong>For Microsoft Word 2002:</strong></p>
<p>Program Files\Microsoft Office\Office10\Startup</p>
<p><strong>For Microsoft Word 2000:</strong></p>
<p>Program Files\Microsoft Office\Office\Startup</p>
<p><strong>3.</strong> Move any files that are located in that folder to your desktop.</p>
<p><strong>4. Open the following folder:</strong></p>
<p><em>Documents and Settings\username\Application Data\Microsoft\Word\Startup</em></p>
<p><strong>5.</strong> Move any files that are located in that folder to your desktop.</p>
<p><strong>6</strong>. Restart Word.</p>
<p>For more information about how to use the Support Template, click the following article number to view the article in the Microsoft Knowledge Base: 820919  (<a href="http://support.microsoft.com/kb/820919/">http://support.microsoft.com/kb/820919/</a> )</p>
<p><strong>Did that work for you?</strong></p>
<p>If not, please tell me what version of Word you&#8217;re using, what happened when you tried to re-start it, and any other information that may help diagnose this problem.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/72fc2f58-2b29-45f0-8f79-e68cfca600a0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=72fc2f58-2b29-45f0-8f79-e68cfca600a0" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/troubleshooting/how-to-fix-error-message-do-you-want-to-download-a-compatibility-pack-so-that-you-can-work-with-this-file/1007/' rel='bookmark' title='How to Fix Error Message &#8220;Do you want to download a compatibility pack so that you can work with this file&#8221;'>How to Fix Error Message &#8220;Do you want to download a compatibility pack so that you can work with this file&#8221;</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/' rel='bookmark' title='How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/error-messages-when-starting-microsoft-word/1141/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Line Numbers to Word 2007 Documents</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/how-to-add-line-numbers-to-word-2007-documents/1133/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/how-to-add-line-numbers-to-word-2007-documents/1133/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:21:30 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1133</guid>
		<description><![CDATA[Microsoft Word can automatically count the lines in a document and display the appropriate number next to each line of text. This is useful if you need to refer to specific lines in a document, such as a legal contract. By default, Word numbers every line in a document (except those in tables, footnotes, endnotes, [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/about-line-numbers/316/' rel='bookmark' title='Add Line Numbers to your Word Documents'>Add Line Numbers to your Word Documents</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/how-to-add-line-numbers-to-reports-and-technical-documents/604/' rel='bookmark' title='How to add line numbers to reports and technical documents'>How to add line numbers to reports and technical documents</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-605 alignleft" title="word-logo" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/06/word-logo.gif" alt="word-logo" width="28" height="28" />Microsoft Word can automatically count the lines in a document and display the appropriate number next to each line of text. This is useful if you need to refer to specific lines in a document, such as a legal contract. By default, Word numbers every line in a document (except those in tables, footnotes, endnotes, text boxes, frames, and headers and footers).</p>
<p>However, you can choose which line numbers to display. For example, include line numbers in all or part of the document. Or include line numbers at intervals, such as every tenth line (10, 20, 30, and so on).<br />
<span id="more-1133"></span></p>
<p>[ad]</p>
<h3><span lang="EN-US"><span lang="EN-US">Adding Line Numbers to Word 2007<br />
</span></span></h3>
<p>Adding line numbers to Word 2007 documents is basically the same as in Word 2003.</p>
<p>In Word 2007, <strong>Line Numbers</strong> are found under <strong>Page Layout</strong>. 3rd tab on the menu bar.</p>
<p><img class="alignnone size-full wp-image-1139" title="Line-Numbers-Menu-Options-Word-2007" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/10/Line-Numbers-Menu-Options-Word-20071.gif" alt="Line-Numbers-Menu-Options-Word-2007" width="590" height="281" /></p>
<p>The only difference is that as the user interface is different, the menu options are in different places.</p>
<h3><span lang="EN-US"><span lang="EN-US">Adding Line Numbers to Word 2003<br />
</span></span></h3>
<p><span lang="EN-US"><span lang="EN-US">To add line numbers to an entire document:</span></span></p>
<ol>
<li><span lang="EN-US"><span lang="EN-US">On the <strong>File menu</strong>, click <strong>Page Setup</strong>, and then click the <strong>Layout tab</strong>. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">In the <strong>Apply to</strong> box, click <strong>Whole document</strong>.<br />
<span lang="EN-US"><img id="image312" title="about-line-numbers-1-4.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/11/about-line-numbers-1-4.JPG" alt="about-line-numbers-1-4.JPG" /></span></span></span></li>
<li><span lang="EN-US"><span lang="EN-US">Click <strong>Line Numbers</strong>. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">Select the <strong>Add line numbering check box</strong>, and then select the options you want.<br />
<span lang="EN-US"><img id="image313" title="about-line-numbers-2-4.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/11/about-line-numbers-2-4.JPG" alt="about-line-numbers-2-4.JPG" /></span></span></span></li>
</ol>
<h4><span lang="EN-US"><span lang="EN-US">How to add line numbers to a selection of text:</span></span></h4>
<ol>
<li><span lang="EN-US"><span lang="EN-US">Select the text you want to number.</span></span></li>
<li><span lang="EN-US"><span lang="EN-US">On the <strong>File menu, click Page Setup</strong>, and then click the <strong>Layout</strong> tab. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">In the Apply to box, click <strong>Selected text</strong>. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">Click <strong>Line Numbers</strong>. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">Select the <strong>Add line numbering check box</strong>, and then select the options you want.</span><span lang="EN-US"><br />
<span lang="EN-US"><img id="image314" title="about-line-numbers-3-4.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/11/about-line-numbers-3-4.JPG" alt="about-line-numbers-3-4.JPG" /></span></span></span></li>
</ol>
<h4><span lang="EN-US">To skip line numbers for specific paragraphs:</span></h4>
<ol>
<li><span lang="EN-US"><span lang="EN-US">Select the paragraphs for which you want to skip line numbers. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">On the <strong>Format menu, click Paragraph</strong>, and then click the <strong>Line and Page Breaks tab</strong>. </span></span></li>
<li><span lang="EN-US"><span lang="EN-US">Select the <strong>Suppress line numbers</strong> check box.<br />
<span lang="EN-US"><img id="image315" title="about-line-numbers-4-4.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/11/about-line-numbers-4-4.JPG" alt="about-line-numbers-4-4.JPG" /></span></span></span></li>
</ol>
<p><span lang="EN-US"> </span></p>
<p>If you don&#8217;t want Word to count specific lines, such as a heading or a blank line, you can skip line numbers for these items and continue numbering the following lines.</p>
<p><img class="alignnone" title="Line-Numbers-Example-Word-2007" src="../wp-content/uploads/2009/10/Line-Numbers-Example-Word-2007.gif" alt="Line-Numbers-Example-Word-2007" width="521" height="243" /></p>
<p>You can make it easier for people to find information in your Word document by adding lines.</p>
<p>These run down the left hand side of the page. Instead of saying something is on page 5, paragraph 3, just tell them the line it&#8217;s on.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/about-line-numbers/316/' rel='bookmark' title='Add Line Numbers to your Word Documents'>Add Line Numbers to your Word Documents</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/how-to-add-line-numbers-to-reports-and-technical-documents/604/' rel='bookmark' title='How to add line numbers to reports and technical documents'>How to add line numbers to reports and technical documents</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/how-to-add-line-numbers-to-word-2007-documents/1133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 – How OneNote will work with Shared Notebooks</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/microsoft-office-2010-%e2%80%93-how-shared-notebooks-in-onenote-will-work/1128/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/microsoft-office-2010-%e2%80%93-how-shared-notebooks-in-onenote-will-work/1128/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:56:25 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Economic]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft OneNote]]></category>
		<category><![CDATA[Microsoft OneNote 2010]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[MS Office 2010]]></category>
		<category><![CDATA[notebooks]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1128</guid>
		<description><![CDATA[How can you capture the benefits of brainstorms when your group is spread across locations and time zones? In Microsoft OneNote 2010, shared notebooks let anyone &#8220;on the network&#8221; make changes, add content, or comment—and all changes are tracked and highlighted so you can easily see what&#8217;s new. Full report here: http://www.microsoft.com/officebusiness/office2010/ Related posts:Top 10 [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/ms-office-developer-guild-on-facebook-how-to-join/1067/' rel='bookmark' title='MS Office Developer Guild on Facebook, How to Join'>MS Office Developer Guild on Facebook, How to Join</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>How can you capture the benefits of brainstorms when your group is spread across locations and time zones? <span id="more-1128"></span><br />
In Microsoft OneNote 2010, shared notebooks let anyone &#8220;on the network&#8221; make changes, add content, or comment—and all changes are tracked and highlighted so you can easily see what&#8217;s new.</p>
<p>Full report here: <a href="http://www.microsoft.com/officebusiness/office2010/">http://www.microsoft.com/officebusiness/office2010/</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d3415fb0-a937-4841-bad8-d2e57e48f22e/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=d3415fb0-a937-4841-bad8-d2e57e48f22e" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/ms-office-developer-guild-on-facebook-how-to-join/1067/' rel='bookmark' title='MS Office Developer Guild on Facebook, How to Join'>MS Office Developer Guild on Facebook, How to Join</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/microsoft-office-2010-%e2%80%93-how-shared-notebooks-in-onenote-will-work/1128/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How Word 2010 will be different than Word 2007</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:51:16 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[concepts]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[document creation]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Mobile phone]]></category>
		<category><![CDATA[Office Suites]]></category>
		<category><![CDATA[technical writers]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1125</guid>
		<description><![CDATA[Microsoft has published an introduction to how Word 2010 will work. Interesting concepts here for technical writers and others who use Word for document creation. Image by Ivan Walsh via Flickr Microsoft starts by saying that: In the past, individuals worked on relatively simple, local documents, from their office. Today, it is common for groups [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Microsoft has published an introduction to how Word 2010 will work. Interesting concepts here for technical writers and others who use Word for document creation.<span id="more-1125"></span></p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 179px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/10883933@N07/3939136891"><img title="Microsoft Word 2010, Document Control and Form..." src="http://farm4.static.flickr.com/3433/3939136891_6cd377af29_m.jpg" alt="Microsoft Word 2010, Document Control and Form..." width="169" height="240" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/10883933@N07/3939136891">Ivan Walsh</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Microsoft starts by saying that:</p>
<ul>
<li>In the past, individuals worked on relatively simple, local documents, from their office.</li>
<li>Today, it is common for groups to work on rich, shared documents, from anywhere.</li>
</ul>
<p>With this in mind, it has focused Word 2010 on improving document collaboration, graphics, and navigation.</p>
<p>It also plans to take this one step further and put Word into the browser and onto mobile phones.</p>
<p>“With Word 2010, you can co-author right within Word. You don&#8217;t need to hassle with email attachments, or documents with names like TSP_final_2_reallyFinal_FINAL.docx. Instead, just open your document, and start co-authoring. You can see who else is working with you, and where they are editing.”</p>
<p>Read about Word 2010 from 30,000 Feet:<a href="http://blogs.msdn.com/microsoft_office_word/archive/2009/07/14/introducing-word-2010.aspx"> http://blogs.msdn.com</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a85bcfbd-a967-4449-94b0-0d3ca8b862fb/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=a85bcfbd-a967-4449-94b0-0d3ca8b862fb" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/how-word-2010-will-be-different-than-word-2007/1125/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MS Office Developer Guild on Facebook, How to Join</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/ms-office-developer-guild-on-facebook-how-to-join/1067/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/ms-office-developer-guild-on-facebook-how-to-join/1067/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 01:16:40 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA["Office Developer Guild"]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1067</guid>
		<description><![CDATA[John R. Durant&#8217;s writes on his MSDN blog that “to make it easier for Microsoft Office developers to stay alert about events, up-coming content, etc. and more easily share ideas, John has setup the “Office Developer Guild”—a group of like-minded professional friends on Facebook.” Additional benefits in the ODG include: Get announcements, slightly ahead of [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/recommended/word-on-the-office-developer-center/79/' rel='bookmark' title='Word on the Office Developer Center'>Word on the Office Developer Center</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>John R. Durant&#8217;s writes on his MSDN blog that “to make it easier for Microsoft Office developers to stay alert about events, up-coming content, etc. and more easily share ideas, John has setup the “Office Developer Guild”—a group of like-minded professional friends on Facebook.”<span id="more-1067"></span></p>
<p>Additional benefits in the ODG include:</p>
<ul>
<li>Get announcements, slightly ahead of everyone else, of up-coming content, events, etc.</li>
<li>That way you can tee up your own blog entries in advance</li>
<li>Exclusive messages from community leaders and insiders.</li>
</ul>
<p><strong>Who can join?</strong></p>
<p>Anyone who is interested in how to developer productivity solutions with Microsoft Office. This includes Web, SharePoint, SQL Server, Exchange, VBA, XML and other developers&#8212; all of these products &amp; technologies are relevant.</p>
<p><strong>How to join?</strong></p>
<p>Search for my email on Facebook and request to be added: john.durant&lt;&gt; Microsoft&lt;&gt;com.</p>
<p>Host the ODG image: Place the ODG “badge” on your site or blog so that you identify yourself as a member of the “the Guild”.</p>
<p>Link: <a href="http://blogs.msdn.com/johnrdurant/archive/2009/07/30/office-developer-guild-is-live.aspx" target="_blank">http://blogs.msdn.com/johnrdurant/archive/2009/07/30/office-developer-guild-is-live.aspx</a></p>
<p>I sent my request to join last week and should hear back pretty soon.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/' rel='bookmark' title='Top 10 New Features in MS Office 2010'>Top 10 New Features in MS Office 2010</a></li>
<li><a href='http://www.wordtipsandtricks.com/recommended/word-on-the-office-developer-center/79/' rel='bookmark' title='Word on the Office Developer Center'>Word on the Office Developer Center</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/ms-office-developer-guild-on-facebook-how-to-join/1067/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 New Features in MS Office 2010</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:01:16 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[Microsoft PowerPoint]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PPTX]]></category>
		<category><![CDATA[Screen clippings]]></category>
		<category><![CDATA[Snagit]]></category>
		<category><![CDATA[Sparklines]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1117</guid>
		<description><![CDATA[What do you want to see in Microsoft Office 2010? Arpan Shan, who has access to the beta versions at Microsoft, shares his favorite 10 Office 2010 features. Some of these you may already know, but he highlights some nice ideas that seem to be coming through. In Word 2010, for example, you will have [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1118 alignleft" title="MS Office 2010" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/addfile.gif" alt="MS Office 2010" width="20" height="18" />What do you want to see in <a class="zem_slink" title="Microsoft Office" rel="homepage" href="http://office.microsoft.com/en-us/default.aspx">Microsoft Office</a> 2010? Arpan Shan, who has access to the beta versions at <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a>, shares his favorite 10 Office 2010 features.<span id="more-1117"></span></p>
<p><img class="size-full wp-image-1120 alignleft" title="MS Office 2010 - Top 10 Features" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/ms-office-live.jpg" alt="MS Office 2010 - Top 10 Features" width="162" height="139" />Some of these you may already know, but he highlights some nice ideas that seem to be coming through. In Word 2010, for example, you will have an in-built screen capture tool that takes screen shots of whatever apps you have open. Interesting to see <a href="http://www.wordtipsandtricks.com/2009/09/26/snagit-how-to-batch-process-groups-of-images/">how Techsmith, the makers of Snagit, will respond</a> to this.</p>
<p>Also, Scott Stiles, the head of the Program Management team for Word, <a href="http://www.wordtipsandtricks.com/2009/09/20/microsoft-word-2010-goals-and-objectives/">describes the aims and objectives that Microsoft has for this new release</a>.</p>
<p>Top 10 Office 2010 Tech Preview Features</p>
<h3>1. Office Web Applications</h3>
<p>He says that “the other advantage of Office Web Applications over a service like <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google</a> Docs/Spreadsheets is that not only will consumers be able to use this on Windows Live, but Enterprises can deploy Office Web Applications on their own <a class="zem_slink" title="Microsoft SharePoint" rel="wikipedia" href="http://en.wikipedia.org/wiki/Microsoft_SharePoint">SharePoint</a> servers”.</p>
<p>Nice for corp users but doesn’t really help the little people.</p>
<h3>2. Screen clippings</h3>
<p>Here you can insert screenshots of applications that you open right from within Office. This saves you having to use Snagit or other screenshot applications. Not sure if you can crop or edit the screenshot. But if you just want a basic screenshot app, this will be useful.</p>
<h3>3. Image Background Removal</h3>
<p>He adds that previously he had to use other applications to make the background transparent but can now do this within applications like <a class="zem_slink" title="Microsoft PowerPoint" rel="homepage" href="http://office.microsoft.com/powerpoint">PowerPoint</a> 2010.</p>
<h3>4. Outlook User Experience</h3>
<p>There are many UX enhancements in Outlook 2010. For example, when you receive meeting requests, you can see your other scheduled appointments inline.</p>
<p>You also have tips throughout Outlook 2010 that tell you if you’re above your quota, you’re going to send an email outside your organization, etc.</p>
<h3>5. Video editing</h3>
<p>In PowerPoint 2010, you can now insert and edit video. Not only can videos be inserted, but they can be modified. You can trim the video, set the image cover for the video, add borders, add other effects like reflection as well as other special effects.</p>
<p>PPTX files will increase in size (dramatically, I assume) when you add images and videos.</p>
<p>After trimming the video correctly in PowerPoint 2010, you can compress the media size to improve performance and reduce the size of the file.</p>
<h3>6. PowerPoint Broadcasting</h3>
<p>PowerPoint 2010 has a new broadcasting feature that lets you share PPT presentation.</p>
<p>You can either use a public “PowerPoint Broadcast Service” (you need a Live ID and it’s free) or an internal SharePoint server.</p>
<p>This lets you email a URL to a group of people and they can watch you deliver your PPTX from their browser.</p>
<h3>7. PowerPoint Transitions</h3>
<p>Some stylish new transitions are on the way. Let’s wait and see.</p>
<h3>8. Copy/Paste</h3>
<p>In current versions of Microsoft Office, you often end up using paste, look, undo, paste special, etc.</p>
<p>In Office 2010, there’s copy and paste live preview.</p>
<p>This lets you preview how different paste options will look without having to undo, paste, undo paste.</p>
<h3>9. SharePoint Workspace</h3>
<p>SharePoint Workspace (formerly Groove) lets you work with SharePoint content.</p>
<p>You can take SharePoint lists &amp; libraries offline, provide a rich client UX and background syncing with SharePoint which helps with performance especially in low latency situations.</p>
<h3>10. Sparklines</h3>
<p>Excel 2010 introduces Sparklines.</p>
<p>This lets you show data trends in a one data cell.</p>
<p>It’s very useful when you’re analyzing numbers over time across a number of time periods. There are many forms sparklines can take from lines to columns to more yes/no type options for win/loss data.</p>
<p>Screenshots and more examples on his MSDN blog.<a href="http://blogs.msdn.com/arpans/archive/2009/08/16/my-top-office-2010-features.aspx"> http://blogs.msdn.com/my-top-office-2010-features.aspx</a></p>
<h3>What do you think?</h3>
<p>Of all the features here, the two that interests me the most are the screenshots and the copy/paste options.</p>
<p>Why?</p>
<p>Well, because these are two activities that I do all day. Some of the others, like video editing in PowerPoint don’t interest me – I‘ll use  <a href="../2009/09/26/snagit-how-to-batch-process-groups-of-images/">Techsmith Camtasia </a> instead anyway.</p>
<p>But, improved screenshot capabilities would make a huge difference, especially if I can work on the screenshots, maybe add arrows and explanatory text.</p>
<p>How about you? What do you REALLY want to see in Microsoft Office 2010!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/7af4d019-d7b6-4054-bce6-b5e590fce3c4/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7af4d019-d7b6-4054-bce6-b5e590fce3c4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/' rel='bookmark' title='Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/top-10-new-features-in-ms-office-2010/1117/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tracking Business Processes from within MS Office</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:18:04 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[action processes]]></category>
		<category><![CDATA[ActionBase]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[audit tracking]]></category>
		<category><![CDATA[audit trails]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[collaborative]]></category>
		<category><![CDATA[Collaborative software]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[corporate governance]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[dynamic processes]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[meeting minutes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office Suites]]></category>
		<category><![CDATA[Officers]]></category>
		<category><![CDATA[process management]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[unstructured processes]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1111</guid>
		<description><![CDATA[Israeli-based ActionBase have released an interesting application that provides Security Officers with &#8220;wave&#8221; collaborative software that addresses corporate governance, audit trails security. What interesting from a Microsoft Office perspective is that all of this can be done from within Microsoft Outlook and other Office applications. Tracking Business Process from within MS Office How does it [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/' rel='bookmark' title='How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left;"><img class="alignnone size-full wp-image-1114" title="veryhotthread" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/veryhotthread.gif" alt="veryhotthread" width="14" height="18" />Israeli-based ActionBase have released an interesting application that provides Security Officers with &#8220;wave&#8221; collaborative software that addresses corporate governance, audit trails security. What interesting from a Microsoft Office perspective is that all of this can be done from within Microsoft Outlook and other Office applications. <span id="more-1111"></span></p>
<h3 style="text-align: left;">Tracking Business Process from within MS Office</h3>
<p style="text-align: left;">
<p style="text-align: left;"><strong>How does it work?</strong></p>
<p style="text-align: left;"><strong> </strong>ActionBase converts regular e-mail into business-class e-mail, whereby all content is located under a one-line item in your inbox.</p>
<p style="text-align: left;">This means that all process stakeholders and participants in a discussion thread share the same content, can ask questions, respond and comment or add files instead of scattering feedback across different e-mail messages in the traditional paradigm.</p>
<p style="text-align: left;">It incorporates all actions that were initiated subsequently by any user involved in the process.</p>
<p style="text-align: left;">The ability to have drill-down capabilities from inside Microsoft Office applications allows process stakeholders to view the big picture — without compromising collaborative functionality.</p>
<h3 style="text-align: left;">Key features</h3>
<ol style="text-align: left;">
<li>Hierarchy model for business processes</li>
<li>Ensures process-related discussions remain associated with their original context, reducing e-mail overload.</li>
<li>Simplifies process-related search and follow-up by providing process visibility, i.e. related attachments and history, audit trails and change history.</li>
<li>Reporting mechanism provide real-time process information.</li>
</ol>
<p style="text-align: left;">The company has also expanded ActionDoc (its action-driven Word documents) functionality to turn plain Word documents to executable working documents with a real-time graphical status view over the whole process.</p>
<p style="text-align: left;">ActionBase is currently offering a free trial, tailored to specific regulatory, auditing and organizational challenges.</p>
<p style="text-align: left;">More at <a href="http://www.actionbase.com/">www.actionbase.com</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px; text-align: left;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/fa805324-0b92-446f-a01b-28ef7aeae9b1/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=fa805324-0b92-446f-a01b-28ef7aeae9b1" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/' rel='bookmark' title='How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/tracking-business-process-from-within-ms-office/1111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Force Word to Close after it Crashes</title>
		<link>http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/</link>
		<comments>http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 06:05:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Autoformat]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Alt key]]></category>
		<category><![CDATA[Autorecovery]]></category>
		<category><![CDATA[Autosave]]></category>
		<category><![CDATA[Crashed]]></category>
		<category><![CDATA[Damaged document]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows Task Manager]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1105</guid>
		<description><![CDATA[Word crashed. But when you go to re-open it, it refuses to do so. What’s happening here and how do I fix it. 
When Word crashes, the Winword.exe file may still remain open. 



Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/' rel='bookmark' title='How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1107 alignleft" title="Microsoft-Word-Find-Lost-Files" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/Microsoft-Word-Find-Lost-Files.jpg" alt="Microsoft-Word-Find-Lost-Files" width="71" height="67" />Word crashed. But when you go to re-open it, it refuses to do so. What’s happening here and how do I fix it.<span id="more-1105"></span></p>
<h3>How to Force Word to Close after it Crashes</h3>
<p>When Word crashes, the Winword.exe file may still be running behind the scenes. I know.</p>
<p>If it is running, why won&#8217;t it open? There is no easy answer to this but here&#8217;s how you can get it re-started.</p>
<p>What you have to do is close this the Winword.exe before you re-open Word as otherwise system conflicts may arise, i.e. you may not be able to open Word, as the system sees that Winword.exe is currently running.</p>
<p>To close Winword.exe let&#8217;s use the Task Manager</p>
<p><strong>1.</strong> Press <strong>CTRL+ALT+DEL</strong>. In the Windows Security dialog box, click <strong>Task Manager</strong>.</p>
<p><strong>2.</strong> On the Processes tab, <strong>click any instance of Winword.exe</strong>, and then click <strong>End Process</strong>.</p>
<p><img class="size-full wp-image-1106  alignnone" title="How to Force Word to Close after it Crashes" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Force-Word-to-Close-after-it-Crashes.jpg" alt="How to Force Word to Close after it Crashes" width="466" height="558" /></p>
<p><strong>3.</strong> Close the<strong> Windows Task Manager</strong>, and then <strong>re-start Word</strong>.</p>
<p><strong>Final Tip</strong></p>
<p>One final tip here is that when you re-open Microsoft Word, make sure that the files you were looking for can be opened.</p>
<p>If you have difficulty with this, please take a look at this <a href="http://www.klariti.com/technical-writing/Microsoft-Word-Find-Lost-Files.shtml" target="_blank">very detailed tutorial over on the Klariti site</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/b0d7d149-e31e-4b29-a4c9-dd7eb3e3e62a/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=b0d7d149-e31e-4b29-a4c9-dd7eb3e3e62a" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/' rel='bookmark' title='How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/office-2003-to-2007-user-interface-guides/1064/' rel='bookmark' title='Office 2003 to 2007 User Interface Guides'>Office 2003 to 2007 User Interface Guides</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/misc/how-to-force-word-to-close-after-it-crashes/1105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Open and Repair a Damaged Word file</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:46:51 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Autoformat]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Autorecovery]]></category>
		<category><![CDATA[Autosave]]></category>
		<category><![CDATA[Crashed]]></category>
		<category><![CDATA[Damaged document]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1096</guid>
		<description><![CDATA[You can "force" Word to recover a document after it has crashed. Here's how. Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file. 


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/how-to-fix-damaged-corrupt-word-2007-documents-%e2%80%93-part-2/1032/' rel='bookmark' title='How to Fix Damaged &amp; Corrupt Word 2007 Documents – Part 2'>How to Fix Damaged &#038; Corrupt Word 2007 Documents – Part 2</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-recover-corrupt-microsoft-word-documents/1044/' rel='bookmark' title='How to Recover Corrupt Microsoft Word documents'>How to Recover Corrupt Microsoft Word documents</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1099 alignleft" title="How to open and repair damaged Word files" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/corner1.jpg" alt="How to open and repair damaged Word files" width="78" height="62" />You can &#8220;force&#8221; Word to recover a document after it has crashed. Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file. Here&#8217;s how.<span id="more-1096"></span></p>
<p>Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file.</p>
<p>When this happens, it will re-open Word and show you a version of the document – before it crashed. It may also show you a second version of the document, which will be a second version of the document, usually recovered with the ‘autosave’ function.</p>
<h3><strong>How to Recover Text from a Crashed Word file</strong></h3>
<p><strong>1.</strong> Open <strong>Word</strong>, and in the <strong>File</strong> menu, click <strong>Open</strong>.</p>
<p><strong>2.</strong> In the<strong> File of type list</strong>, click <strong>All Files *.*</strong>.</p>
<p><img class="size-full wp-image-1097  alignnone" title="How to Recover Text from a Crashed Word file - Step 1" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Recover-Text-from-a-Crashed-Word-file-Step-1.jpg" alt="How to Recover Text from a Crashed Word file - Step 1" width="549" height="348" /></p>
<p><strong>3.</strong> In the <strong>Open dialog box</strong>, select your document.</p>
<p><strong>4.</strong> Point to the arrow on the Open button, and then <strong>click Open and Repair</strong>.</p>
<p><img class="alignnone size-full wp-image-1098" title="How to Recover Text from a Crashed Word file - Step 2" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Recover-Text-from-a-Crashed-Word-file-Step-2.jpg" alt="How to Recover Text from a Crashed Word file - Step 2" width="562" height="156" /></p>
<p>This will open the Word file.</p>
<p>The style and formatting may be slightly damaged but you will have most of the text and can, at least, use it to rebuild a new document.</p>
<p>One final suggestion is to copy the material into a new Microsoft Word document, just in case there is some gremlin in the recovered document.</p>
<p><strong>Does this work for you?</strong></p>
<p>Let me know if your system is different. I’m on XP and use 2003 &amp; 2007. Maybe XP is different.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/93435510-cb9a-40c8-8ef6-b49e667c68b2/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=93435510-cb9a-40c8-8ef6-b49e667c68b2" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/misc/how-to-recover-a-lost-file-in-word-2007-or-word-2003/1084/' rel='bookmark' title='How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/how-to-fix-damaged-corrupt-word-2007-documents-%e2%80%93-part-2/1032/' rel='bookmark' title='How to Fix Damaged &amp; Corrupt Word 2007 Documents – Part 2'>How to Fix Damaged &#038; Corrupt Word 2007 Documents – Part 2</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/how-to-recover-corrupt-microsoft-word-documents/1044/' rel='bookmark' title='How to Recover Corrupt Microsoft Word documents'>How to Recover Corrupt Microsoft Word documents</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/how-to-open-and-repair-a-damaged-word-file/1096/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

