<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/swfcsunboy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/swfcsunboy" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 12 Jan 2010 04:07:00 GMT</lastBuildDate><title>欢迎来到Sunboy技术BLOG</title><description>知识改变未来</description><link>http://blog.csdn.net/blogrss.aspx?username=swfcsunboy</link><item><title>Office宏 PowerPoint提取文字到Word - -</title><link>http://blog.csdn.net/swfcsunboy/archive/2010/01/12/5180914.aspx</link><description>&lt;br /&gt;PowerPoint直接转存为大纲格式Word，会丢失一些非标题的内容文字，使用简单的脚本尽可能多的提取幻灯片中的文字到WORD。&lt;br /&gt;该宏需要引用对应的WORD库。&lt;br /&gt;&lt;br /&gt;Attribute VB_Name = &quot;模块1&quot;&lt;br /&gt;Sub toWord()&lt;br /&gt;On Error Resume Next&lt;br /&gt;Dim a As New Application&lt;br /&gt;Dim sl As PowerPoint.slide&lt;br /&gt;Dim sh As PowerPoint.shape&lt;br /&gt;Dim c As PowerPoint.View&lt;br /&gt;Dim i As Integer&lt;br /&gt;i = 1&lt;br /&gt;Dim str As String&lt;br /&gt;str = &quot;&quot;&lt;br /&gt;Set c = Application.ActiveWindow.View&lt;br /&gt;For Each sl In PowerPoint.ActivePresentation.Slides&lt;br /&gt;c.GotoSlide i&lt;br /&gt; str = s&lt;img src=&quot;http://www1.feedsky.com/t1/320964202/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2010/01/12/5180914.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320964202/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320964202/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 12 Jan 2010 12:07:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2010/01/12/5180914.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2010/01/12/5180914.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320964202/4061905</fs:itemid></item><item><title>Word查找替换栏代码和通配符一览表</title><link>http://blog.csdn.net/swfcsunboy/archive/2010/01/11/5174642.aspx</link><description>^13[a-zA-Z]{1,20}^13{1,20}  多个字符http://www.sina.com.cn 2008年03月06日 22:09  IT168.com&lt;br /&gt;　　在使用Word办公时，我们经常需要批量查找替换，但是直接进行文字替换时，经常是达不到我们期望的效果，这时我们就需要增加一些通配符来查找了。下面给大家列出Word查找/替换栏代码·通配符一览表，具体的实例我们将在以后的文章中陆续介绍。例如，Word查找替换总是反引号，怎么办？&lt;br /&gt;　　Word 查找栏代码·通配符一览表图1 通配符&lt;br /&gt;图2 通配符　　注：要查找已被定义为通配符的字符，该字符前键入反斜杠 \ 。查找？、*、（、）、[ 、] 等的代码分别是\？、\*、\(、\)、\[、\] 。&lt;img src=&quot;http://www1.feedsky.com/t1/320659518/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2010/01/11/5174642.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659518/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659518/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 Jan 2010 15:06:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2010/01/11/5174642.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2010/01/11/5174642.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659518/4061905</fs:itemid></item><item><title>论文排版超有用的word小技巧</title><link>http://blog.csdn.net/swfcsunboy/archive/2009/12/22/5054481.aspx</link><description>&lt;br /&gt;一、奇偶页显示不同内容&lt;br /&gt;     在专业出版的书籍中，常常看到书籍中奇偶页的页眉会显示不同的内容，以方便用户在书籍中快速查找资料。而在Word 2000中，用户也可以很方便地在文档奇偶页的页眉中显示不同的内容。 &lt;br /&gt;     打开需要设置页眉格式的Word文档，选择“文件”菜单中“页面设置”命令，打开“页面设置”对话框，接着单击“版式”选项卡，在“页眉和眉脚”选项区中将“奇偶页不同”复选框选中，最后单击“确定”按钮结束设置。 &lt;br /&gt;     选择“视图”菜单中“页眉和页脚”命令，将视图切换到页眉和页脚视图方式。这时可以看到光标在奇数页页眉编辑区中闪烁，输入奇数页眉内容；单击“页眉和页脚”工具栏上的“显示下一项”按钮，将光标移到偶数页页眉编辑区，输入偶数页页眉内容。 &lt;br /&gt;    二、在页眉中显示章编号及章标题内容&lt;br /&gt;     要想在Word文档中实现在页眉中显示该页所在章的章编号及章标题内容的功能，用户首先必须在文档中对章标题使用统一的章标题样式，并且对章标题使用多级符号进行自动编号，然后按照如下的方法进行操作。 &lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/320659519/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2009/12/22/5054481.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659519/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659519/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 22 Dec 2009 11:26:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2009/12/22/5054481.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2009/12/22/5054481.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659519/4061905</fs:itemid></item><item><title>VLOOKUP</title><link>http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4697384.aspx</link><description>&lt;br /&gt;学了一个不错的查找函数，vlookup，可以在数组中找到匹配值，而且可以选择数组中的返回列贴个公式帮助记忆：&lt;br /&gt;　　=VLOOKUP(B3,Sheet2!$B$6:$C$9,2)*C3&lt;br /&gt;　　意思是在b6：c9的数组中查找一个与b3匹配的值，返回对应的第二列的数值&lt;img src=&quot;http://www1.feedsky.com/t1/320659520/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4697384.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659520/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659520/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 19 Oct 2009 11:24:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4697384.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4697384.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659520/4061905</fs:itemid></item><item><title>VBA 从一个未打开的Excel文件中读取数据到，已打开的文件中.</title><link>http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4696677.aspx</link><description>Private Sub CommandButton1_Click()Sub CommandButton1_Click()&lt;br /&gt;    Call Macro1&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Private Sub CommandButton2_Click()Sub CommandButton2_Click()&lt;br /&gt;''根据项目名称 获取部门名&lt;br /&gt;'A8    显示在B8中     c3--c40&lt;br /&gt;Dim xDis As Integer&lt;br /&gt;Dim xNo As Integer&lt;br /&gt;Dim strProject  '项目名称&lt;br /&gt;Dim strDep '制造部门&lt;br /&gt;&lt;br /&gt; Dim myPath$, myFile$, AK As Workbook, aRow%, tRow%, i As Integer&lt;br /&gt;   Application.ScreenUpdating = False        '冻结屏幕，以防屏幕抖动&lt;br /&gt;   myPath = ThisWorkbook.Path &amp; &quot;\&quot;    &lt;img src=&quot;http://www1.feedsky.com/t1/320659521/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4696677.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659521/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659521/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 19 Oct 2009 09:40:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4696677.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2009/10/19/4696677.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659521/4061905</fs:itemid></item><item><title>Excel工资条</title><link>http://blog.csdn.net/swfcsunboy/archive/2009/06/16/4272083.aspx</link><description>&lt;br /&gt;容摘要：使用Excel按人头制作工资条，网上有两个解决方案，一个是利用Word的“邮件合并”功能，另一个是利用VBA来实现。 　　使用Excel按人头制作工资条，网上有两个解决方案，一个是利用Word的“邮件合并”功能，另一个是利用VBA来实现。&lt;br /&gt;　　用“邮件合并” 功能操作虽说不难，但数据过多时也很麻烦；用VBA处理起来倒是很方便，但几十行的程序也够初学者忙活的。经过一番试验，笔者找出了一个比较简单的方法，只需一个公式就可以按人头打印出工资条来。&lt;br /&gt;　　新建一Excel文件，在sheet1中存放工资表的原始数据，假设有N列。第一行是工资项目，从第二行开始是每个人的工资。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;　　在sheet2中我们来设置工资条。根据实际情况，工资条由三行构成，一行对应工资项目，一行对应一个人的工资数据，然后是一个空行用来方便切割。这样三行构成一个工资条。工资项目处在行号除以3余数为1的行上；空行处在行号能整除3的行上。以上两行不难设置，关键是工资数据行，牵扯到sheet1与 sheet2中数据的对应，经分析不难看出“sheet1中的数据行=&lt;img src=&quot;http://www1.feedsky.com/t1/320659522/swfcsunboy/csdn.net/s.gif?r=http://blog.csdn.net/swfcsunboy/archive/2009/06/16/4272083.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659522/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659522/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 16 Jun 2009 08:24:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2009/06/16/4272083.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2009/06/16/4272083.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659522/4061905</fs:itemid></item><item><title>Vista 下安装SQL Server 2000</title><link>http://blog.csdn.net/swfcsunboy/archive/2009/03/06/3963436.aspx</link><description>&lt;br /&gt;1,先安装msde2000&lt;br /&gt;微软网站下载：&lt;br /&gt;http://download.microsoft.com/download/4/5/1/451d5d5c-69d4-40d5-b85d-f1d756cf46db/CHS_MSDE2000A.exe&lt;br /&gt;MSDE2000安装方式&lt;br /&gt;1）解压&lt;br /&gt;2）进入DOS环境/命令提示符&lt;br /&gt;点击“开始”-“程序”-“附件”-“命令提示符”，输入：&lt;br /&gt;&gt;d:    目录在哪个盘上，则进入到哪个盘上。&lt;br /&gt;&gt;cd\&lt;br /&gt;3）进入解压的目录&lt;br /&gt;&gt;cd d:\msde 点击“Enter”&lt;br /&gt;4）键入： setup sapwd=&quot;sa&quot; securitymode=SQL disablenetworkprotocols=0 然后按回车。&lt;br /&gt;    参数sapwd是指sa的口令，在Excel服务器2006的安装“安装数据库”步骤的“管理员口令”中用到 ，可以用户自己设定.&lt;br /&gt;&lt;br /&gt;这样msde2000就安装好了!&lt;br /&gt;&lt;br /&gt;2,装SQL20&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659523/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659523/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Mar 2009 15:30:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2009/03/06/3963436.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2009/03/06/3963436.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659523/4061905</fs:itemid></item><item><title>Ubuntu Linux系统下apt-get命令参数介绍</title><link>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2866836.aspx</link><description>Ubuntu Linux系统下apt-get命令参数介绍&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659524/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659524/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2008 14:59:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2866836.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2866836.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659524/4061905</fs:itemid></item><item><title>Ubuntu Linux上安装SSH和Vsftpd的方法</title><link>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865930.aspx</link><description>Ubuntu Linux上安装SSH和Vsftpd的方法&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659525/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659525/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2008 12:52:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865930.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865930.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659525/4061905</fs:itemid></item><item><title>ubuntu目录结构</title><link>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865920.aspx</link><description>ubuntu目录结构&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/swfcsunboy/320659526/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/swfcsunboy/320659526/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2008 12:51:00 +0800</pubDate><author>swfcsunboy</author><guid isPermaLink="false">http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865920.aspx</guid><dc:creator>swfcsunboy</dc:creator><fs:srclink>http://blog.csdn.net/swfcsunboy/archive/2008/09/02/2865920.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/swfcsunboy/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/swfcsunboy/~5933466/320659526/4061905</fs:itemid></item></channel></rss>