
Warning: Declaration of c2c_ConfigureSMTP::options_page_description() should be compatible with C2C_Plugin_023::options_page_description($localized_heading_text = '') in /home/mslandimfs1l6a8ndd/wwwroot/wp-content/plugins/configure-smtp/configure-smtp.php on line 47
<?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; ppt</title>
	<atom:link href="http://www.msland.cn/tag/ppt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msland.cn</link>
	<description>迷失的世界-终要找到归属....</description>
	<lastBuildDate>Sat, 24 Jan 2015 10:46:32 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>速度与神奇：一秒钟快速在PPT里插入100张图片</title>
		<link>http://www.msland.cn/pptword.html</link>
		<comments>http://www.msland.cn/pptword.html#comments</comments>
		<pubDate>Thu, 17 May 2012 16:03:01 +0000</pubDate>
		<dc:creator><![CDATA[Zero]]></dc:creator>
				<category><![CDATA[软件素材]]></category>
		<category><![CDATA[ppt]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[图像]]></category>

		<guid isPermaLink="false">http://ceshi.msland.cn/?p=192</guid>
		<description><![CDATA[当微软的Office与微软VB中的宏功能相遇时，便可以创造出强大的功能，例如在这篇文章中就介绍了利用这两个工具 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>当微软的Office与微软VB中的宏功能相遇时，便可以创造出强大的功能，例如在这篇文章中就介绍了利用这两个工具瞬间插入上百张图片。</p>
<p>　　如果要插入几十甚至几百张图片，并且要求每张图片插入到每张幻灯片页面上（即有几张照片就要有几张幻灯片）你会怎么做？</p>
<p>　　按照常用的方法点击“插入→图片→来自文件”菜单命令，然后一个一个选择需要的图片，或者点击“格式→背景”命令，将图片作为PowerPoint的背景导入，这样也太浪费时间了。在这种情况下，可以借助PowerPoint强大的宏功能，将多步操作合并为一步，批量插入图片。</p>
<p>　　第一步：首先准备好图片，假设在C盘下面的Pictures文件夹内有100张jpg格式的图片，如“C：Pictures1.jpg”、“C：Pictures2.jpg”、“C：Pictures3.jpg”等，文件名是有序的数字。</p>
<p>　　第二步：启动PowerPoint，按下Alt+F11键打开Visual Basic编辑器窗口，点击“插入→模块”菜单命令，在弹出的代码编辑窗口中输入以下代码：</p>
<pre class="brush: plain; title: ; notranslate">Sub InsertPic（）
Dim i As Integer
For i = 1 To ActivePresentation.Slides.Count
ActivePresentation.Slides（i）.Select
With ActiveWindow.Selection.SlideRange
.FollowMasterBackground = msoFalse
.Background.Fill.UserPicture &quot;C：Pictures&quot; &amp; i &amp; &quot;.jpg&quot;
End With
Next
End Sub</pre>
<p>　　第三步：关闭Visual Basic编辑器窗口，上面的模块代码会自动保存。此时，连续按Ctrl+M键建立与图片数目相等（如：100）的多个空白幻灯片。按Alt+F8键打开宏对话框，选中我们上面建立的InsertPic宏，点击“运行”即可，100张图片很快就自动插入到幻灯片中。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msland.cn/pptword.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
