<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>いんちきTech &#187; Office</title>
	<atom:link href="http://it.snds.jp/category/software/office/feed" rel="self" type="application/rss+xml" />
	<link>http://it.snds.jp</link>
	<description>略してIT</description>
	<lastBuildDate>Thu, 15 Sep 2011 05:27:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://it.snds.jp/category/software/office/feed" />
		<item>
		<title>Office の「最近使ったファイル」を削除する</title>
		<link>http://it.snds.jp/software/805.html</link>
		<comments>http://it.snds.jp/software/805.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 06:19:21 +0000</pubDate>
		<dc:creator>きく</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[運用]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://it.snds.jp/?p=805</guid>
		<description><![CDATA[メモがてら。 Option Explicit On Error Resume Next '変数宣言 Dim oFS, oSh Dim sRecentPath, sRecentFilePath 'オブジェクト作成 Set  [...]

<h3 style="margin-top:5em;">関連記事:</h3>
(( 関連記事は特にありません ))]]></description>
			<content:encoded><![CDATA[<p>メモがてら。</p>
<pre>
Option Explicit
On Error Resume Next

'変数宣言
Dim oFS, oSh
Dim sRecentPath, sRecentFilePath

'オブジェクト作成
Set oFS = CreateObject("Scripting.FileSystemObject")
Set oSh = CreateObject("WScript.Shell")

'Recentフォルダパス指定
sRecentPath = oFS.BuildPath(_
 oSh.ExpandEnvironmentStrings("%AppData%"),_
 "Microsoft\Office\Recent")

If oFS.FolderExists(sRecentPath) Then
	'Recentファイルパス指定
	sRecentFilePath = oFS.BuildPath(sRecentPath, "*.lnk")

	'ファイル削除
	oFS.DeleteFile sRecentFilePath
Else
	Set oFS = Nothing
	Set oSh = Nothing
	WScript.Quit
End If

Set oFS = Nothing
Set oSh = Nothing
</pre>
<p>OfficeXP以降かつ、ポリシーで「最近使ったファイルを消去する」とかなんとかいうポリシーを有効にしていればこんなのいらないけど、Office2000 や Office97 を面倒見ないといけないこともあってガッと作った。後悔はしていない。</p>


<h3 style="margin-top:5em;">関連記事:</h3><p>(( 関連記事は特にありません ))</p>]]></content:encoded>
			<wfw:commentRss>http://it.snds.jp/software/805.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://it.snds.jp/software/805.html" />
	</item>
		<item>
		<title>Office 2010 ： Word スクリーンショット機能</title>
		<link>http://it.snds.jp/software/windows/351.html</link>
		<comments>http://it.snds.jp/software/windows/351.html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:27:44 +0000</pubDate>
		<dc:creator>きく</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[マイクロソフト]]></category>

		<guid isPermaLink="false">http://it.snds.jp/software/office/351.html</guid>
		<description><![CDATA[新機能を調べていたら、Word でかなり嬉しい新機能がありました。スクリーンショットが Word から直接撮影することが可能になっています。 「挿入」リボンに、「スクリーンショット」とあります。 押してみると、現在デスク [...]

<h3 style="margin-top:5em;">関連記事:</h3><ul><li><a href='http://it.snds.jp/software/windows/338.html' rel='bookmark' title='Office 2010 Bata 公開'>Office 2010 Bata 公開</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>新機能を調べていたら、Word でかなり嬉しい新機能がありました。スクリーンショットが Word から直接撮影することが可能になっています。</p>
<p>「挿入」リボンに、「スクリーンショット」とあります。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot1.png"><img style="display: inline; border: 0px;" title="office2010_word_scrshot1" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot1_thumb.png" border="0" alt="office2010_word_scrshot1" width="244" height="161" /></a></p>
<p>押してみると、現在デスクトップにあるウィンドウの一覧が出てきます。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot2.png"><img style="display: inline; border: 0px;" title="office2010_word_scrshot2" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot2_thumb.png" border="0" alt="office2010_word_scrshot2" width="244" height="194" /></a></p>
<p>ちなみに隙間が空いてますが、このSSをとる前は各種コントロール（タスクバーとか）が表示されてました。なぜ消えたのかはよくわかりません。試しにクリックしたら Word 落ちましたｗｗ</p>
<p>まぁまだベータだしね。</p>
<p>で、ウィンドウをクリックすると貼り付けられます。<a href="http://www.microsoft.com/Security_essentials/default.aspx" target="_blank">MSE (Microsoft Security Essentials)</a> のウィンドウをキャプチャしてみました。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot3.png"><img style="display: inline; border: 0px;" title="office2010_word_scrshot3" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010_word_scrshot3_thumb.png" border="0" alt="office2010_word_scrshot3" width="244" height="194" /></a></p>
<p>素晴らしい。超簡単。</p>
<p>正直 Word って使いづらくて嫌いなんだけど、この機能は魅力的だなぁ。仕事などでいろんなドキュメントを書いている人にとってはヨダレものじゃないでしょうか。</p>
<p><strong>追記 ： 2009/11/20 2:12</strong></p>
<p>今気づいたけど、撮ったスクショは Aero Glass 切られてますね。まあいいけど。</p>


<h3 style="margin-top:5em;">関連記事:</h3><ul><li><a href='http://it.snds.jp/software/windows/338.html' rel='bookmark' title='Office 2010 Bata 公開'>Office 2010 Bata 公開</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://it.snds.jp/software/windows/351.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://it.snds.jp/software/windows/351.html" />
	</item>
		<item>
		<title>Office 2010 Bata 公開</title>
		<link>http://it.snds.jp/software/windows/338.html</link>
		<comments>http://it.snds.jp/software/windows/338.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:57:43 +0000</pubDate>
		<dc:creator>きく</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[マイクロソフト]]></category>

		<guid isPermaLink="false">http://it.snds.jp/software/windows/338.html</guid>
		<description><![CDATA[MSDN と TechNet に Office 2010 と各種 Office 製品群のベータ版が追加されたので、早速ダウンロード～インスコしてみた。とりあえず Excel、Word、パワポ、OneNote の４つと、M [...]

<h3 style="margin-top:5em;">関連記事:</h3><ul><li><a href='http://it.snds.jp/software/windows/351.html' rel='bookmark' title='Office 2010 ： Word スクリーンショット機能'>Office 2010 ： Word スクリーンショット機能</a></li>
<li><a href='http://it.snds.jp/software/358.html' rel='bookmark' title='ウイルスソフト'>ウイルスソフト</a></li>
<li><a href='http://it.snds.jp/software/windows/227.html' rel='bookmark' title='Windows7 Beta1 がもうすぐ公開！？'>Windows7 Beta1 がもうすぐ公開！？</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_setup.png"><img style="display: inline; border: 0px;" title="office2010b_setup" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_setup_thumb.png" border="0" alt="office2010b_setup" width="244" height="200" /></a></p>
<p><a title="MSDN サブスクリプション ホーム" href="https://msdn.microsoft.com/ja-jp/subscriptions/default.aspx" target="_blank">MSDN</a> と <a title="TechNet Plus サブスクリプション ホーム" href="http://technet.microsoft.com/ja-jp/subscriptions/default.aspx" target="_blank">TechNet</a> に Office 2010 と各種 Office 製品群のベータ版が追加されたので、早速ダウンロード～インスコしてみた。とりあえず Excel、Word、パワポ、OneNote の４つと、MS-IME 2010 をはじめとしたOfficeツールを一通り。</p>
<p>Windows 7 にしてから Office (2007) を入れていなかったので気のせいかもしれないけど、なんか起動がやたら速い。スプラッシュウィンドウがほとんど見えないくらいで立ち上がった。</p>
<p>で、とりあえずみんな気になる Excel を立ち上げてみた。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_start.png"><img style="display: inline; border: 0px;" title="office2010b_start" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_start_thumb.png" border="0" alt="office2010b_start" width="244" height="188" /></a></p>
<p>お約束のリボンインターフェイスで、パッと見 2007 とほとんど変わりませんね。</p>
<p>ただ、「ファイル」なんてリボンがあることに気付く。2007 の時は Office マークでメニューが開いていたと思いますが、それすらもリボンになったということでしょう。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_menu.png"><img style="display: inline; border: 0px;" title="office2010b_menu" src="http://it.snds.jp/wp-content/uploads/2009/11/office2010b_menu_thumb.png" border="0" alt="office2010b_menu" width="244" height="188" /></a></p>
<p>こんな感じ。</p>
<p>ちなみに 2007 のメニューは↓な感じでした。</p>
<p><a href="http://it.snds.jp/wp-content/uploads/2009/11/office2007_menu.png"><img style="display: inline; border: 0px;" title="office2007_menu" src="http://it.snds.jp/wp-content/uploads/2009/11/office2007_menu_thumb.png" border="0" alt="office2007_menu" width="244" height="172" /></a></p>
<p>とりあえず今日のところはインスコしただけなので、細かい機能追加や改善などまでは試せていませんが、2007 でリボンに慣れた人にとっては違和感なく使えるのではないですかねー。</p>
<p>あ、そういえば、先日新宿の Microsoft で某セミナーを受けてきたんですが、プレゼン用のパワポが 2010 で作られていました。なんかスライドショーの画面遷移アニメーションとかごっそり増えてるよーとか言ってましたよ。</p>
<p>職場ではまだ 2003 だし（だって OS が Win2000 なんだもの…orz）家では正直あんまり仕事したくないんで、どこまで深く使いこめるかわかりませんが、何か面白い発見でもあればまた書きます。</p>


<h3 style="margin-top:5em;">関連記事:</h3><ul><li><a href='http://it.snds.jp/software/windows/351.html' rel='bookmark' title='Office 2010 ： Word スクリーンショット機能'>Office 2010 ： Word スクリーンショット機能</a></li>
<li><a href='http://it.snds.jp/software/358.html' rel='bookmark' title='ウイルスソフト'>ウイルスソフト</a></li>
<li><a href='http://it.snds.jp/software/windows/227.html' rel='bookmark' title='Windows7 Beta1 がもうすぐ公開！？'>Windows7 Beta1 がもうすぐ公開！？</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://it.snds.jp/software/windows/338.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://it.snds.jp/software/windows/338.html" />
	</item>
	</channel>
</rss>

