重要提示:请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
首页 > 其他> 其他
网友您好,请在下方输入框内输入要搜索的题目:
搜题
拍照、语音搜题,请扫码下载APP
扫一扫 下载APP
题目内容 (请给出正确答案)
[判断题]

vba能增加一个excel启动画面,但是不能编辑原有的启动画面,也不可以关闭该启动画面。()

答案
查看答案
更多“vba能增加一个excel启动画面,但是不能编辑原有的启动画面,也不可以关闭该启动画面。()”相关的问题

第1题

“我确实感激你当初说服了我选择经济学这门课程,因为我一直都很想弄明白通货膨胀是怎么回事。这一章确实帮助
我很好地理解了通货膨胀。但是,我还是有一个问题没有弄懂。我知道货币的增加能引起总需求曲线向右移动,所以,它引发了通货膨胀。但是为什么增加政府支出却不会引发通货膨胀呢?”请你回答一下这个问题,我相信你的朋友在看了你的解答后肯定更加感激你。
点击查看答案

第2题

启动Excel后,会自动产生一个名为BOOK 1.DOC的文件()
点击查看答案

第3题

案例名称:凯恩斯的香蕉种植园 案例适用:利率 案例内容: 一个仅生产香蕉的社会要想储蓄更多,会发生什么情

案例名称:凯恩斯的香蕉种植园

案例适用:利率

案例内容:

一个仅生产香蕉的社会要想储蓄更多,会发生什么情况呢?香蕉的产量不变,但人们花费在香蕉上的钱却越来越少。价格下降,利润减少,工人失业,收入也减少,香蕉的销售量也在减少。实际上,整个社会的人面临着被饿死的危险。你能解决凯恩斯的这个两难问题吗?

在1930年出版的一篇关于货币的论文中,英国经济学家约翰·梅纳德·凯恩斯(1883-1946)提出:如果只进行储蓄而不投资是毫无意义的。凯恩斯指出,在当今社会存款是有别于投资的。存款是抵制消费的消极行为,而投资则能启动或是保持某种商品的生产。所以说,储蓄和投资是可以分开进行的,它们构成了整个经济周期的循环过程。

凯恩斯运用了一个香蕉园的案例来证明他的观点。他假设社会投入全部力量来生产香蕉,不需要投入额外的资金,社会成员就会加入到节约的行列中去。同样数量的香蕉生产出来了,但是最终较低的需求使得香蕉的价格下跌了。所有的作物都卖出去了,惟有香蕉生产商遭受损失。产品的成本保持不变,但是总税收收入却下降了。种植园主们因此不得不降低佣金或解雇工人,而这其中任何一种措施都有可能导致公众消费水平的下降。反过来,由于失业的增加使消费者购买香蕉的数量越来越少。这种恶性循环会持续下去,直到再也生产不出香蕉,全社会的人都被饿死了。惟一的解决办法就是停止节约。

点击查看答案

第4题

VBA[1] Visual Basic Application 可视Basic应用 Invention Is the Mother of Necessity[2] With the re

VBA[1]Visual Basic Application

可视Basic应用

Invention Is the Mother of Necessity[2]

With the release of Office 2000, Visual Basic for Applications has now been on the macro programming stage for about 5 years. That's not all that long, so it's more than a little remarkable[3]that VBA has gone from programming upstart to application stalwart in that short time. After all, do you know anyone who still uses the old Excel macro language or WordBasic? Probably not and for good reason. Trying to pull together even a modest program using those clunker languages was a nasty and long process. On the other hand, VBA, with its superb programming environment and easy-to-learn syntax, can handle even the most ambitious application programming chores.

That's not to say, however, that VBA is only good for major projects. As a writer, I use Word constantly, and over the years, I've developed dozens of small macros, functions, and forms that streamline or automate repetitive chores. Most of these routines consist of only a few lines of code, and each one saves me only about 30 seconds to a minute, depending on the task. But I use these routines 50 or 100 times a day, so I end up saving myself anywhere from 30 to 90 minutes a day! That's pretty remarkable, but the proof is in the pudding[4]: I can now write far more pages in a day than I used to.

Whether your concern is ease-of-use or personal productivity, there's little doubt that VBA is the Office programming language of choice. So now all you have to do is to learn how to use it, and that's where this article comes in. I take you through all the basic programming constructs, including variables, loops, and the other tools that are part of every coders arsenal. I also run through every feature found in the VBA Editor and discuss the all-important topic of objects, particularly those objects that form the heart of Word, Excel, PowerPoint, and Access. So even if you've never programmed before, this article will have you acquainted in no time flat.[5]Experienced programmers will appreciate the article's intermediate-to-advanced sections that cover user interfaces, database programming, Internet programming, debugging, and much more.

What's New in VBA 6.0

The version of VBA that ships with Office 2000 is 6. 0. This new version isn't radically different from the VBA 5.0 that was featured in Office 97. However, there are hundreds of changes, large and small, so there should he something for everyone. Here's a summary of a few of the major changes that VBA 6.0 brings to the programming table:

Support for new document types: You can use VBA 6.0 to create the new document types supported by Office 2000 (such as the new email message document type used by Word 2000).

New Web Options settings. One of the hallmarks of Office 2000 is the ease with which documents can be moved from the desktop to the Web and back. Certain important aspects of this are controlled by a series of "Web Options," and VBA can control these options programmatically.

Publishing to HTML[6]: Excel 2000 and PowerPoint 2000 enable you to take a subset of a document (such as a range or a series of slides) and publish it in HTML format. You can do this via VBA, as well.

Access gets the Visual Basic Editor= Access developers will be pleased to hear that the Visual Basic Editor is now fully integrated into the Access interface.

Outlook supports VBA: Outlook 2000 now offers full VBA support, including the Visual Basic Editor. This means you can now use the program as a base for projects.

Script Editor for VBScript: If you want to create VBScript (as subset of VBA) routines for Web pages, Office 2000 now includes a Script Editor application for creating, running, and debugging scripts.

Digitally sign your projects: To ensure the integrity of the VBA projects you distribute, you can now use a certificate to digitally sign your code.

Support for OLE[7]DB and ActiveX Data Objects (ADO)[8]. The future of programmable database access is ADO, and a new object library enables VBA developers to work with ADO.

New Application object events: Like Excel, the Application objects for Word and PowerPoint now support various events. And, like Excel, you need to use class modules to trap these events.

New Menu Feature: The CommandBar object has been modified to work with the new Office 2000 features, including adaptive menus and the ability to place hyper links on menus and toolbars.

Well Begun Is Half Done[9]

This chapter gets your VBA education off to a rousing start by introducing you to procedures, functions, and the Visual Basic Editor. I'll begin by showing you how to use VBA to record simple macros that help automate routine tasks. To get the most out of VBA, however, you need to do some full-fledged programming. To that end, this chapter introduces you to the basics of writing simple procedures and functions, as well as how to get around in VBA's integrated development environment. This will set the stage for the next few chapters when I take a closer look at the specifics of the VBA language.

What Is a Macro?

A macro is a small program that contains a list of instructions that you want a program to perform. Like DOS batch files, macros combine several operations into a single procedure that you can invoke from a menu, toolbar button, or keystroke. This list of instructions is composed mostly of macro statements. Some of these statements perform specific macro-related tasks, but most correspond to the underlying application's menu commands and dialog box options[10].

How Does VBA Fit in?

VBA is a programming environment designed specifically for application macros.

As I mentioned in the Introduction, VBA is now the standard language in the Office suite, and a number of other companies have incorporated VBA into their applications. The ubiquity of VBA has an obvious advantage: a standard language means that you have to learn only one set of statements and techniques for all the programs that support VBA. It also means that applications will get along better than they ever have, because VBA "knows" the functions and commands used by every problem.

The power of VBA is clear, but perhaps its biggest advantage is that it's just plain easier to use than most programming languages (including the old macro languages used in Word, Excel, and Access). If you don't want to do any programming, VBA enables you to record macros and attach them to buttons either inside a document or on a menu or toolbar. You also can create dialog boxes by simple drawing the appropriate controls onto a document or onto a separate "user form. " Other visual tools enable you to customize menus and toolbars as well, so you have everything you need to create simple applications without writing a line of code.

Of course, if you want to truly unleash VBA's capabilities, you will need to augment your interface with programming code. Unlike the old WordBasic or Excel 4.0 macro languages, VBA 6.0 is a full-blown programming environment that includes most high- level programming constructs as well as access to just about every feature in the application. Add the powerful debugging tools and the ability to create a Help system into the mix, and you have everything you need to create professional-level Office applications.

The Three Types of Procedures

In VBA, a procedure is, broadly speaking, a collection of related statements that form a unit and perform some kind of task. VBA procedures come in three flavors, command macros, used-defined functions, and property procedures. Here's a summary of the differences:

1. Command macros are the most common type of procedure; they usually contain statements that are equivalent of menu options and other program commands. The distinguishing feature of a command macro is that, like regular application commands, they have an effect on their surroundings. Whether it's formatting some text, printing a document or creating custom menus, command macros change things. (I show you how to create command macros in the section in this chapter titled "Writing Your Own Command Macro. ")

2. Used-defined functions (also called Function procedures) work just like a program's built-in functions. Their distinguishing characteristic is that they accept arguments and then manipulate those arguments and return a result. A properly designed function has no effort on the current environment. (I show you how to create these functions in the section of this chapter titled "Creating Used-Defined Functions with VBA. ")

3. Property procedures are used to return or set a property value for an object you've defined. If you define an object, you create property procedures to handle the object's properties. For example, suppose you've defined a car object. If someone using this object wants to change the car's color to red, you would set up a property procedure that does actual painting.

Recording a VBA Macro

By far the easier way to create a command macro is to use the macro recorder. With this method, you just run through the task you want to automate (including selecting text, running menu commands, and choosing dialog box options), and the Recorder translates everything into the appropriate VBA statements. These are copied to a separate area called a module, where you can then replay the entire procedure any time you like. This section shows you how to record a command macro in Word, Excel, or PowerPoint.

To see your macro, select Tools, Macro, Macros (or press Alt+F8) to display the Macro dialog box. In the Macro name list, highlight the macro you just recorded and then click the Edit button. The application opens the Visual Basic Editor window and then opens the module and displays the macro. The application (Excel, in this case) translates your actions into VBA code and combines everything into a single macro.

Notes

[1] Visual Basic Application: 可视Basic应用程序。

[2] Invention is the mother of necessity. 发明是需要之母。

[3] more than a little remarkable:让人吃惊的是。

[4]该句源自The proof of the pudding is in the eating.(谚)要验布丁,就要吃一吃(或空谈不如实验)。此句大意是:正在验证中的布丁,正在尝试中。

[5] this book will have you acquainted in no time flat:此书让您立刻深谙此道。flat副词,表示“整”,如20 seconds flat 20秒整。

[6] HTML(Hypertext Markup Language):超文本标记语言。

[7] OLE(Object Linking and Embedding):对象连(链)接与嵌入客户系统。

[8] ActiveX Data Objects (ADO):Active X数据对象。

[9] Well begun is half done.(谚)好的开端是成功的一半。

[10] dialog box options:对话框中的选项。

Choose the best answer:

点击查看答案

第5题

大肠杆菌的rRNA的操纵子上有两个启动子P1和P2。细菌在对数生长期时,P1起始的转录产物比P2大3~5倍,所以P1是强
启动子。但是当细菌处于氨基酸饥饿的紧急状态时,细胞内ppGpp浓度增加,这时P1的作用被抑制,由P2启动少量的rRNA的合成,以维持生命的最低需要。
点击查看答案

第6题

一个品牌能达到100%的市场份额,但是达不到100%的覆盖率。()
一个品牌能达到100%的市场份额,但是达不到100%的覆盖率。()

A.错误

B.正确

点击查看答案

第7题

以下有关PowerPoint的说法正确的是()。A.PowerPoint是Officep的一个组件,Word、Excel产生的数

以下有关PowerPoint的说法正确的是()。

A.PowerPoint是Officep的一个组件,Word、Excel产生的数据能被其使用

B.PowerPoint是Office中的一个组件,但Word、Excel产生的数据不能被其使用

C.PowerPoint的动画效果设置非常简单,但要让一个对象做圆周运动却无法实现

D.PowerPoint可通过编程实现其复杂的动画效果

点击查看答案

第8题

有一个窗体Form1,其中有命令按钮Command1,现要求单击该按钮用VBA程序打开已有的数据表“学生”,正确的命令是( )。

A.DoCmd.OpenTable学生

B.DoCmd.OpenTable"学生"

C.DoCmd.OpenForm学生

D.DoCmd.OpenForm"学生"

点击查看答案

第9题

所有服务都存在于注册表中,如果一个服务的注册表键被移除,则这个服务依旧能能启动。()
所有服务都存在于注册表中,如果一个服务的注册表键被移除,则这个服务依旧能能启动。()

A.正确

B.错误

点击查看答案

第10题

若想增加一个图层,但是图层调色板下面的“创建新图层”按钮是灰色不可选,原因是下列选项种的()。

A.图像是CMYK模式

B.图像是双色调模式

C.图像是灰度模式

D.图像是索引颜色模式

点击查看答案

第11题

真核细胞编码蛋白质基因的启动子包含了一个基本的启动元(promotor element),这个启动元可被RNA聚合酶Ⅱ以及

真核细胞编码蛋白质基因的启动子包含了一个基本的启动元(promotor element),这个启动元可被RNA聚合酶Ⅱ以及一些基本的转录因子(如TFⅡD,TFⅡB等)识别。但是启动子自身的基本活性很低,而且结合于启动子邻近上游区(-120~-30)或更远的增强小区域的其他特殊转录因子,对它有不变的影响。分析这些调控区发现它们一般包含有许多不同的序列特异性转录因子的结合位点。

用转染试验分析这样一个复合物调控区的某一单因子识别位点表明,结合位点的活性较低。但是连接这一结合位点的多重拷贝在一起经常会产生协同促进作用。下面显示的是关于转录因子FE结合位点的DNA保守序列(20bp)的数据。克隆这个保守DNA序列在基础启动子(basal promoter)和报道基因(reporter gene)的上游。并导入细胞培养48hr。如何叙述该实验中的激活模式?

表13-3-19

拷贝数报道基因活性
0

1

2

3

4

20

30

135

125

460

点击查看答案
下载APP
关注公众号
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案 购买前请仔细阅读《购买须知》
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《服务协议》《购买须知》
立即支付 系统将自动为您注册账号
已付款,但不能查看答案,请点这里登录即可>>>
请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示:请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
请用微信扫码测试
优题宝