<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Word on Wingate365</title><link>https://blog.wingate365.com/tags/word/</link><description>Recent content in Word on Wingate365</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Wed, 23 Dec 2009 20:54:44 +0000</lastBuildDate><atom:link href="https://blog.wingate365.com/tags/word/index.xml" rel="self" type="application/rss+xml"/><item><title>Custom Keyboard Shortcuts and Smart Tag Lists for Word 2007</title><link>https://blog.wingate365.com/2009/12/handy-word-stuff.html</link><pubDate>Wed, 23 Dec 2009 19:52:00 +0000</pubDate><guid>https://blog.wingate365.com/2009/12/handy-word-stuff.html</guid><description>&lt;p&gt;Here is the macro code swap &amp;ldquo;Final&amp;rdquo; and &amp;ldquo;Final Showing Markup&amp;rdquo; view. Once saved as a macro it&amp;rsquo;s a simple task to assign this to a keyboard short-cut.. &lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;Sub finalview()
With ActiveWindow.View
.ShowInsertionsAndDeletions = Not .ShowInsertionsAndDeletions
End With
End Sub&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp; 
&lt;p&gt;&lt;/pre&gt;I also wanted to make a custom &amp;lsquo;Smart Tag List&amp;rsquo; the easiest way to do this was to simply download this &amp;lsquo;Cities Smart Tag List&amp;rsquo; and edit the entries. This &lt;a href="http://support.microsoft.com/kb/287698/en-us"&gt;post&lt;/a&gt; on the MS web page was pretty hand. I simply replaced the terms after: &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>