抓图

关于我们在Office中书写代码,另外加上一些抓图
A Small Piece Of Pleasant News For Those Of Us That Write Code In Office, Plus Some More Screenshots … 一小段令人愉快的新闻——关于我们在Office中书写代码,另外加上一些抓图Any readers that have written VB using the VBA editor in Microsoft Office has probably noticed that historically, their mouse scroll wheel (or equivalent) does not work in the code window. I just noticed in recent builds of Office 2007 that it does. I am not sure when, exactly, that was fixed, but I am happy to report that it has been, so there you go. 一些用Microsoft Office中VBA编辑器写VB代码的读者大概注意到了它的历史,他们的鼠标滚轮(或者是中键)不能在代码窗口中使用。我刚才注意到了在最近的Office 2007工程中它已经能用了。我没有把握准确的说是什么时候有了这个改进,但是我很高兴的报告他已经可以了,因为事实已经放在那了。Additionally, I sort of blew it in the last post when I didn’t include any screenshots of a PivotTable with Page Fields (or “Report Filters” as we are calling them in Exel 2007). Since they look sharp, I wanted to redress that. Here are 4 of the PivotTables I showed you last time with Report Filters added. Note that they have lost that “button” look and are now nicely formatted text. 另外,在以前的文章中,我没有加入一些关于数据透视表页字段的截图(或者称之为“Report Filters”正如我们在Exel 2007叫的一样)。由于它们看起来非常专业,所以我希望对这点进行补充。下面是我最近展示给大家的已经添加了Report Filters 的4张数据透视图。注意他们已经失去了看起来像“按钮”的那种界面并且现在可以格式化文本,更加好

如何把Word文件变成JPG图片?
问:我想把已经编辑好的word文件变成JPG格式的图片文件,该如何做? 答:如果要保存的内容只有一屏,可以用屏幕拷贝工具进行转换。 打开word文件,按键盘上的PrintScreen 键。然后打开图象编辑软件如Fireworks,按Ctrl+N 新建一个文件,再用 Ctrl+V 把刚才截获的图片粘贴上去,保存成jpg 文件就可以了。如果文件是多页的,您可以使用一个叫SnagIt的抓图软件进行屏幕滚动抓图。这个软件的工具栏上就有一个滚动抓图的选择按钮,按下之后,抓图操作时就启动了滚动抓图功能。 另外一种方法:用word新建一文档,然后用“插入/对象”,选择“从文件创建”,找到你的文章,插入后选中文档,点右键,选择“转换”,转换成图片格式,然后把它复制到“画图”中,存为JPG 格式即可。