<?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>我们都很疯 &#187; word</title>
	<atom:link href="http://www.ssbbcc.com/tag/word/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ssbbcc.com</link>
	<description>做自己该做的，不会做的就去学</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:37:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Office word 出错解决办法\Excel 正常时</title>
		<link>http://www.ssbbcc.com/1038.html</link>
		<comments>http://www.ssbbcc.com/1038.html#comments</comments>
		<pubDate>Wed, 04 Aug 2010 02:10:22 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[计算机与网络]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[出错]]></category>
		<category><![CDATA[安全模式]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/1038.html</guid>
		<description><![CDATA[1、点击”开始“ 2、点击”运行“ 3、输入 %appdata%\microsoft\templates 4、回车 5、删除&#8221;Normal.dot&#8221;这个文件 6、重新运行WORD，一切正常。 因为这个word出错的问题，反复都是安全模式，重装了系统，但发现还会再次出错，好在找出这个方法。可以解决了。]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/1038.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word中批量设置全部图片大小</title>
		<link>http://www.ssbbcc.com/725.html</link>
		<comments>http://www.ssbbcc.com/725.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 01:22:32 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[计算机与网络]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[vba]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[大小]]></category>
		<category><![CDATA[批处理]]></category>
		<category><![CDATA[批量]]></category>
		<category><![CDATA[改变]]></category>
		<category><![CDATA[设置]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=725</guid>
		<description><![CDATA[要弄移动标书时，需把大量的图片插入到office WORD中指定表格内，由于图片大小不同，一张一张调整很慢，查询了下，有以下这个方法可以快速批量改变图片大小。 版本要求是word2003等: 一,在word中按alt+f11组合键,进入VBA模式 二,在左边的工程资源管理器中找到你的word文档,在其上右键/添加/模块 三,把下面代码复制,粘贴进去. 四,更改数值, 改一下宽度和高度数值(10)，点运行(类似播放按钮.)或f5,即可设置文档中全部图片 Sub Macro() Mywidth=10 &#8217;10为图片宽度（厘米） Myheigth=10 &#8217;10为图片高度（厘米） For Each iShape In ActiveDocument.InlineShapes iShape.Height = 28.345 * Myheigth iShape.Width = 28.345 * Mywidth Next iShape End Sub]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/725.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

