在Excel的VBA代码中,Rows(“2:4”).Insert的作用是()。A.在第2行前插入一行B.在第2行前插入三行C.分别在第2、3、4行前插入一行D.在第4行后插入三行
在Excel的VBA代码中,Rows(“2:4”).Insert的作用是()。
A.在第2行前插入一行
B.在第2行前插入三行
C.分别在第2、3、4行前插入一行
D.在第4行后插入三行
参考答案和解析
在第 2 行前插入三行
相关考题:
Exhibit:BULK INSERT Ezonexam.dbo.employeesFROM ‘tk\africe\fubar512.txt’WITH DATAFILETYPE = ‘char’,FIELD/TERMINATOR = ‘\t’,ROWTERMINATOR = ‘\n,’TABLOCKYou work as database administrator at Ezonexam.com. You handle one SQL Server 2000 computer.How should you improve the performance of the query in the exhibit above?A. Extend the BULK INSERT statement with the BATCHSIZE option set it to equal to 5 percent of the number of rows to be loaded.B. Extend the BULK INSERT statement with the BATCHSIZE option set it to equal to 10 percent of the number of rows to be loaded.C. Extend the BULK INSERT statement with the ROWS_PER_BATCH option set it to equal to 5 percent of the number of rows to be loaded.D. Extend the BULK INSERT statement with the ROWS_PER_BATCH option set it to equal to 10 percent of the number of rows to be loaded.E. Insert a line before the BULK INSERT statement that drops the indexes for the customers table. Insert a line after the BULK INSERT statement that recreates the indexes for the customers table.F. The TABLOCK option should be removed.G. The ROWTERMINATOR line should be removed.
下列关于宏与VBA的叙述中,正确的是( )。A.任何宏操作都可以通过编写相应的VBA代码实现其功能B.对于事务、重复性较强的操作应使用VBA来实现C.任何VBA代码都可以转换为等价的宏D.以上都正确
在运行窗体前加入以下代码:application.visible=false的作用是()。 A.关闭Excel程序B.脱离Excel单独运行VBA程序C.只显示窗体,隐藏Excel自身的界面D.恢复Excel程序界面
高版本的excel在vba方面主要的升级体现在()。 A.删除了低版本的所有事件、对象、属性和方法B.必须存为xlsx格式才行C.新增了一些事件、对象、属性和方法D.不能打开xls中的VBA代码
下面关于宏与VBA叙述正确的是( )。A.任何宏操作都可以通过编写相应的VBA代码实现其功能B.对于事务、重复性较强的操作应使用VBA来实现C.任何VBA代码都可以转换为等价的宏D.以上都正确
下列4个选项中,不是VBA的条件函数的是( )。【考点4 VBA流程控制语句】 A.ChooseB.IfSX 下列4个选项中,不是VBA的条件函数的是( )。【考点4 VBA流程控制语句】A.ChooseB.IfC.IIfD.Switch
Given the following two tables:TAB1 C1 C21 Antarctica 2 Africa 3 Asia 4 Australia TAB2 CX CY5 Europe 6 North America 7 South AmericaWhich of the following SQL statements will insert all rows found in table TAB2 into table TAB1?()A.INSERT INTO tab1 SELECT cx, cy FROM tab2B.INSERT INTO tab1 VALUES (tab2.cx, tab2.cy)C.INSERT INTO tab1 VALUES (SELECT cx, cy FROM tab2)D.INSERT INTO tab1 (c1, c2) VALUES (SELECT cx, cy FROM tab2)
以下是某网页框架设置的部分代码,该代码将页面分成了______个区域。<frameset cols="30%,*,*"><frame src='f1.html"name=main><frameset rows="120,*"><frame src='f2.html"name=left>…</frameset></frameset>A.2B.3C.4D.5
excel link的数据管理函数MLDeleteMatrix的功能是()。A、删除matlab矩阵B、在matlab中运算指令C、用excel工作表中写入矩阵内容D、用excel的VBA变量写入矩阵的内容
单选题excel link的数据管理函数MLDeleteMatrix的功能是()。A删除matlab矩阵B在matlab中运算指令C用excel工作表中写入矩阵内容D用excel的VBA变量写入矩阵的内容