<?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>MemoSoup &#187; MS Office</title>
	<atom:link href="http://www.memosoup.com/category/tips-tricks/msoffice/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memosoup.com</link>
	<description>Mix of the things I always forget</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Outlook 2007: set default font in Outlook</title>
		<link>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html</link>
		<comments>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 13:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=435</guid>
		<description><![CDATA[<p>I think, the &#8220;Options&#8221; window in Outlook is one of the most tangled things in IT. The programmers were so smart to create real &#8220;spaghetti&#8221; window! Did they ever hear about &#8220;user friendly&#8221; interfaces? They could at least add the &#8220;Search&#8221; field somewhere &#8211; otherwise, it&#8217;s not possible to find anything.</p> <p>Here is the way [...]]]></description>
			<content:encoded><![CDATA[<p>I think, the &#8220;Options&#8221; window in Outlook is one of the most tangled things in IT. The programmers were so smart to create real &#8220;spaghetti&#8221; window! Did they ever hear about &#8220;user friendly&#8221; interfaces? They could at least add the &#8220;Search&#8221; field somewhere &#8211; otherwise, it&#8217;s not possible to find anything.</p>
<p>Here is the way to change the default font:</p>
<ul>
<li>Tools -> Options</li>
<li>Click “Mail Format” tab</li>
<li>Click “Stationery and Fonts…” button</li>
<li>Select “Personal Stationery” tab</li>
<li>Click &#8220;Font&#8221; button to change the font</li>
</ul>
<p>It&#8217;s nice, isn&#8217;t it?</p>
<p><a href="http://www.howto-outlook.com/faq/locatefeature.htm#global_outlook_options_and_features" title="Outlook feature locate">Here</a> there are even more paths for different options.</p>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20111220%2Foutlook-2007-set-default-font.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20111220/outlook-2007-set-default-font.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Outlook 2007: set default font in Outlook" data-url="http://www.memosoup.com/20111220/outlook-2007-set-default-font.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Word: put syntax highlighed code into the document</title>
		<link>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html</link>
		<comments>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 10:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=378</guid>
		<description><![CDATA[<p>Here is the simple method to put the code with highlighting into the Word document:</p> Download and install Notepad++. This is easy-to-use and yet very powerful text editor with a lot of features, support of the plugins etc. Put your code into the Notepad++ edit window <p></p> Configure the language, if Notepad++ did not do [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the simple method to put the code with highlighting into the Word document:</p>
<ol>
<li>Download and install <a href="http://notepad-plus-plus.org/download">Notepad++</a>. This is easy-to-use and yet very powerful text editor with a lot of features, support of the plugins etc.</li>
<li>Put your code into the Notepad++ edit window</li>
<p><br/></p>
<li>Configure the language, if Notepad++ did not do this automatically:<br />
<strong>Language-><em>your language</em></strong><br />
<img src="http://www.memosoup.com/wp-content/uploads/2011/03/npplanguage.jpg" alt="npp language select" /><br />
If necessary the additional configuration could be done in the Style Configurator: <strong>Settings->Style Configurator&#8230;</strong>
</li>
<p><br/></p>
<li>Export the highlighted text with help of NppExport plugin: <strong>Plugins->NppExport</strong><br />
It has the following options:<br />
<img src="http://www.memosoup.com/wp-content/uploads/2011/03/nppexport.jpg" alt="npp export options" />
</li>
<p><br/></p>
<li>Select &#8220;Copy RTF to clipboard&#8221;</li>
<li>Paste the content of the clipboard into the Word document</li>
<li>Make any changes in the Word document if necessary</li>
<p><br/>
</ol>

<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20110325%2Fms-word-put-syntax-highlighed-code-into-the-document.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="MS Word: put syntax highlighed code into the document" data-url="http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office: check if PowerPoint is running</title>
		<link>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html</link>
		<comments>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=202</guid>
		<description><![CDATA[Dim objAPP, sMsg On Error Resume Next Set objAPP = GetObject(, &#34;PowerPoint.Application&#34;) If TypeName(objAPP) = &#34;Empty&#34; Then &#160; &#160; sMsg = &#34;not started&#34; Else &#160; &#160; sMsg = &#34;started&#34; End If MsgBox &#34;PowerPoint is &#34; &#38; sMsg, vbInformation, &#34;PowerPoint&#34; if sMsg = &#34;started&#34; then objAPP.Visible = true Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #151B8D; font-weight: bold;">Dim</span> objAPP, sMsg<br />
<br />
<span style="color: #151B8D; font-weight: bold;">On</span> <span style="color: #151B8D; font-weight: bold;">Error</span> <span style="color: #151B8D; font-weight: bold;">Resume</span> <span style="color: #8D38C9; font-weight: bold;">Next</span><br />
<br />
<span style="color: #151B8D; font-weight: bold;">Set</span> objAPP = <span style="color: #E56717; font-weight: bold;">GetObject</span>(, <span style="color: #800000;">&quot;PowerPoint.Application&quot;</span>)<br />
<br />
<span style="color: #8D38C9; font-weight: bold;">If</span> TypeName(objAPP) = <span style="color: #800000;">&quot;Empty&quot;</span> <span style="color: #8D38C9; font-weight: bold;">Then</span><br />
&nbsp; &nbsp; sMsg = <span style="color: #800000;">&quot;not started&quot;</span><br />
<span style="color: #8D38C9; font-weight: bold;">Else</span><br />
&nbsp; &nbsp; sMsg = <span style="color: #800000;">&quot;started&quot;</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">If</span><br />
<br />
MsgBox <span style="color: #800000;">&quot;PowerPoint is &quot;</span> &amp; sMsg, vbInformation, <span style="color: #800000;">&quot;PowerPoint&quot;</span> <br />
<br />
<span style="color: #8D38C9; font-weight: bold;">if</span> sMsg = <span style="color: #800000;">&quot;started&quot;</span> <span style="color: #8D38C9; font-weight: bold;">then</span> objAPP.Visible = <span style="color: #00C2FF; font-weight: bold;">true</span></div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20091014%2Foffice-check-if-powerpoint-is-running.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Office: check if PowerPoint is running" data-url="http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Word: replace spaces to non-breaking</title>
		<link>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html</link>
		<comments>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=183</guid>
		<description><![CDATA[<p>To insert it manually, use Ctrl+Shift+Space</p> Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting Selection.Find.Style = ActiveDocument.Styles(&#34;Normal&#34;) Selection.Find.Replacement.ClearFormatting With Selection.Find &#160; &#160;.Text = &#34; &#160; &#34; &#160; &#160;.Replacement.Text = &#34;^s&#34; &#160; &#160;.Forward = True &#160; &#160;.Wrap = wdFindContinue &#160; &#160;.Format = True End With Selection.Find.Execute Replace:=wdReplaceAll Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<p>To insert it manually, use <strong>Ctrl+Shift+Space</strong></p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Selection.HomeKey Unit:=wdStory<br />
Selection.Find.ClearFormatting<br />
Selection.Find.Style = ActiveDocument.Styles(<span style="color: #800000;">&quot;Normal&quot;</span>)<br />
Selection.Find.Replacement.ClearFormatting<br />
<span style="color: #8D38C9; font-weight: bold;">With</span> Selection.Find<br />
&nbsp; &nbsp;.Text = <span style="color: #800000;">&quot; &nbsp; &quot;</span><br />
&nbsp; &nbsp;.Replacement.Text = <span style="color: #800000;">&quot;^s&quot;</span><br />
&nbsp; &nbsp;.Forward = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp;.Wrap = wdFindContinue<br />
&nbsp; &nbsp;.Format = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">With</span><br />
Selection.Find.Execute Replace:=wdReplaceAll</div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090928%2Fms-word-replace-spaces-to-non-breaking.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="MS Word: replace spaces to non-breaking" data-url="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

