<?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; Macro</title>
	<atom:link href="http://www.wordtipsandtricks.com/tag/macro/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>How to go to the End of a MS Word document automatically</title>
		<link>http://www.wordtipsandtricks.com/formatting/how-to-go-to-the-end-of-a-ms-word-document-automatically/1512/</link>
		<comments>http://www.wordtipsandtricks.com/formatting/how-to-go-to-the-end-of-a-ms-word-document-automatically/1512/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 13:00:09 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Macro]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1512</guid>
		<description><![CDATA[There are two ways you can go to the end of a Word document. The first is to use a keyboard shortcut and the second is to create a macro. There are pros and cons of each approach. Here’s how to do it. Using Keyboard &#8211; Go to end of MS Word document If you [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/cool-tricks/opening-at-the-end-of-a-document/417/' rel='bookmark' title='Opening at the END of a document'>Opening at the END of a document</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-stop-word-from-opening-every-document-separately/269/' rel='bookmark' title='How to Stop Word from Opening Every Document Separately?'>How to Stop Word from Opening Every Document Separately?</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>There are two ways you can go to the end of a Word document. The first is to use a keyboard shortcut and the second is to create a macro. There are pros and cons of each approach. Here’s how to do it.</p>
<p><a href="http://www.wordtipsandtricks.com/wp-content/uploads/2011/10/keyboard-end-button.jpg"><img class="size-full wp-image-1513 aligncenter" title="How to go to the end of a Microsoft Word document automatically" src="http://www.wordtipsandtricks.com/wp-content/uploads/2011/10/keyboard-end-button.jpg" alt="How to go to the end of a Microsoft Word document automatically" width="99" height="79" /></a></p>
<h2>Using Keyboard &#8211; Go to end of MS Word document</h2>
<p>If you want to go directly to the end of a Word document when its opens:</p>
<p><strong>Press Ctrl+End</strong></p>
<p>This takes you to the very last character in the document.</p>
<p>If you want to go back to the start of the document:</p>
<p><strong>Press Ctrl+Home</strong></p>
<h2>Using Macros &#8211; Go to end of MS Word document</h2>
<p>You can also setup a macro to do this.</p>
<p>To create a macro, add the following lines of code in the Autoopen macro:</p>
<p style="padding-left: 30px;">Sub AutoOpen()<br />
Selection.EndKey Unit:=wdStory<br />
End Sub</p>
<p>Which is better?</p>
<p>If you simply want to go to the end of the document, then use Ctrl+End.</p>
<p>However, if you want to run several macros at the same time, for example, to change fonts, format the document and so on, then use the macro to bring you to the end of the document when it’s finished processing.</p>
<p>Does this work on your keyboard? What other shortcuts do you use in Microsoft Word?</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/cool-tricks/opening-at-the-end-of-a-document/417/' rel='bookmark' title='Opening at the END of a document'>Opening at the END of a document</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-stop-word-from-opening-every-document-separately/269/' rel='bookmark' title='How to Stop Word from Opening Every Document Separately?'>How to Stop Word from Opening Every Document Separately?</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/formatting/how-to-go-to-the-end-of-a-ms-word-document-automatically/1512/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create Conditional Images In Microsoft Word</title>
		<link>http://www.wordtipsandtricks.com/templates/how-to-create-conditional-images-in-microsoft-word/1417/</link>
		<comments>http://www.wordtipsandtricks.com/templates/how-to-create-conditional-images-in-microsoft-word/1417/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:55:35 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[user guide]]></category>
		<category><![CDATA[Word 2003]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/templates/how-to-create-conditional-images-in-microsoft-word/1417/</guid>
		<description><![CDATA[You can put Conditional Images in Microsoft Word documents, so that when a user performs one action, an image appears. This saves you having to create two pieces of text for each condition. Why Create Conditional Images In Microsoft Word Let&#8217;s say you have a User Guide and you want to show different images depending [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/printing-tips/5-things-to-do-if-microsoft-word-won%e2%80%99t-print-your-images/790/' rel='bookmark' title='5 Things to do if Microsoft Word won’t Print your Images'>5 Things to do if Microsoft Word won’t Print your Images</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/using-paint-to-convert-images-into-jpg-tiff-and-pngs/87/' rel='bookmark' title='Using Paint to Convert Images into JPG, TIFF and PNGs'>Using Paint to Convert Images into JPG, TIFF and PNGs</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/using-paint-to-convert-images-into-jpg-tiff-and-pngs-2/305/' rel='bookmark' title='Using Paint to Convert Images into JPG, TIFF and PNGs'>Using Paint to Convert Images into JPG, TIFF and PNGs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>You can put Conditional Images in <a href="http://www.klariti.com/technical-writing/index.shtml">Microsoft Word</a> documents, so that when a user performs one action, an image appears. This saves you having to create two pieces of text for each condition. </p>
<p><a href="http://www.wordtipsandtricks.com/wp-content/uploads/2010/11/mswordrecordnewmacro.gif"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="ms-word-record-new-macro" border="0" alt="ms-word-record-new-macro" src="http://www.wordtipsandtricks.com/wp-content/uploads/2010/11/mswordrecordnewmacro_thumb.gif" width="450" height="335" /></a> </p>
<h3>Why Create Conditional Images In Microsoft Word</h3>
<p>Let&#8217;s say you have a <a href="http://www.klariti.com/user-guide/">User Guide</a> and you want to show different images depending on what the user does. You could create another chapter and show what happens if/when the user performs one action. Or you could put conditional images into the Microsoft Word file so <a href="http://www.klariti.com/business-writing/Value-Adding-Images-Technical-Documentation.shtml">different images appear</a> depending on what the user does. </p>
<p>Sound complicated? It’s not really. </p>
<h3>Using Macros to Create Conditional Images</h3>
<p>Here’s what to do:</p>
<ol>
<li>Create a Style for each condition. </li>
<li>Create a macro that hides or shows that conditions on need. </li>
<li>When you insert the graphic, style it by Condition. </li>
</ol>
<p>For example, we will create UserGuideBasic and UserGuideAdvanced and style them accordingly:</p>
<ul>
<li>Make two paragraph styles: UGB and UGV. </li>
<li>Make two macros (one to hide UGB, the other to hide UGV). </li>
<li>Make a button for each. </li>
<li>Enter the graphic and style the paragraph to UGB. </li>
<li>Click the button to hide UGV and make it disappear. </li>
</ul>
<p><strong>Next Steps </strong></p>
<p>You can use <a href="http://www.klariti.com/technical-writing/How-to-create-macros-Word-2000.shtml">Macros</a> to all type of weird and wonderful things with your User Guides and other technical documents.</p>
<p>Let me know what other Macro tricks you know.</p>
<p><em>About the Author: Ivan Walsh provides new </em><a href="http://www.ihearttechnicalwriting.com/"><em>technical writing tips</em></a><em> every day. Make sure to get his free tips, tools, and templates at </em><a href="http://www.ihearttechnicalwriting.com/"><em>http://www.ihearttechnicalwriting.com/</em></a></p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/printing-tips/5-things-to-do-if-microsoft-word-won%e2%80%99t-print-your-images/790/' rel='bookmark' title='5 Things to do if Microsoft Word won’t Print your Images'>5 Things to do if Microsoft Word won’t Print your Images</a></li>
<li><a href='http://www.wordtipsandtricks.com/formatting/using-paint-to-convert-images-into-jpg-tiff-and-pngs/87/' rel='bookmark' title='Using Paint to Convert Images into JPG, TIFF and PNGs'>Using Paint to Convert Images into JPG, TIFF and PNGs</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/using-paint-to-convert-images-into-jpg-tiff-and-pngs-2/305/' rel='bookmark' title='Using Paint to Convert Images into JPG, TIFF and PNGs'>Using Paint to Convert Images into JPG, TIFF and PNGs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/templates/how-to-create-conditional-images-in-microsoft-word/1417/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stop Microsoft Word Getting a Macro Virus</title>
		<link>http://www.wordtipsandtricks.com/how-do-i/how-to-stop-microsoft-word-getting-a-macro-virus/1050/</link>
		<comments>http://www.wordtipsandtricks.com/how-do-i/how-to-stop-microsoft-word-getting-a-macro-virus/1050/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:57:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1050</guid>
		<description><![CDATA[How to Stop Microsoft Word Getting a Macro Virus


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/formatting/3-reasons-why-microsoft-word-documents-become-corrupt/1048/' rel='bookmark' title='3 Reasons Why Microsoft Word Documents Become Corrupt'>3 Reasons Why Microsoft Word Documents Become Corrupt</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-stop-word-from-opening-every-document-separately/269/' rel='bookmark' title='How to Stop Word from Opening Every Document Separately?'>How to Stop Word from Opening Every Document Separately?</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/fixing-word-after-it-crashes/151/' rel='bookmark' title='How to Fix MS Word After It Crashes &#8211; Fix the Normal.dot file'>How to Fix MS Word After It Crashes &#8211; Fix the Normal.dot file</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>A macro virus may use Word’s macro programming language (VBA) to spread itself through your computer, infecting all your Word files. Macro viruses infect Word documents, templates, and other programs that uses a programming language. Here&#8217;s how you can reduce the likelihood of getting a macro virus.<span id="more-1050"></span><br />
Macro viruses do not infect programs; they infect documents and templates. The virus will spread to other documents and templates you may have on your system.</p>
<p>1. Install Microsoft Word anti-virus software: http://support.microsoft.com/support/kb/articles/Q49/5/00.ASP.</p>
<p>2. Set a security level in Microsoft Word – Word 2000 Only.</p>
<p>From the Tools menu, choose Macro and then Security. On the Security Level tab, select the security level you want and then click OK.</p>
<p><img class="alignnone size-full wp-image-1054" title="Corrupt Word Documents - Update Macro Security Levels" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/Corrupt-Word-Documents-Update-Macro-Security-Levels.jpg" alt="Corrupt Word Documents - Update Macro Security Levels" width="354" height="376" /></p>
<p>3. Protect the global template (Normal.dot).</p>
<p>To prevent some macro viruses, you can apply password protection to the Normal.dot.</p>
<p>To do this:</p>
<p><strong>1</strong> Click on the <strong>Normal.dot</strong> file and<br />
<strong>2</strong> Choose <strong>Properties </strong>and select the <strong>Protection </strong>tab.</p>
<p><img class="alignnone size-full wp-image-1056" title="How to protect MS Word Normal.dot template file" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-protect-MS-Word-Normaldot-template-file1.jpg" alt="How to protect MS Word Normal.dot template file" width="418" height="379" /><br />
<strong>3</strong> Apply a password, confirm the password and click the OK button.</p>
<p>Or you can set password protection by:</p>
<p><strong>1 </strong>In Word, choose <strong>Tools, Macro, Visual Basic Editor</strong>.<br />
<strong>2</strong> In the <strong>Editor</strong>, click on the <strong>Normal project</strong> and select <strong>Normal Properties</strong>.<br />
<strong>3</strong> Apply password protection and click OK.</p>
<p><strong>UPDATE:</strong> I have had some success in getting Word docs back to normal by saving them to HTML and then re-opening them in Word. Then re-save them to .doc. This seems to remove corruptions due to problems with tables, usually caused by too many table styles causing the Normal.dot to crash.</p>
<p>Please let me know if you know any tricks to recover damaged Word documents.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/formatting/3-reasons-why-microsoft-word-documents-become-corrupt/1048/' rel='bookmark' title='3 Reasons Why Microsoft Word Documents Become Corrupt'>3 Reasons Why Microsoft Word Documents Become Corrupt</a></li>
<li><a href='http://www.wordtipsandtricks.com/misc/how-to-stop-word-from-opening-every-document-separately/269/' rel='bookmark' title='How to Stop Word from Opening Every Document Separately?'>How to Stop Word from Opening Every Document Separately?</a></li>
<li><a href='http://www.wordtipsandtricks.com/how-do-i/fixing-word-after-it-crashes/151/' rel='bookmark' title='How to Fix MS Word After It Crashes &#8211; Fix the Normal.dot file'>How to Fix MS Word After It Crashes &#8211; Fix the Normal.dot file</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/how-do-i/how-to-stop-microsoft-word-getting-a-macro-virus/1050/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

