A .fuction
B .set
C .sub
D .Create Object
[单选题]一般不需使用VBA代码的是( )。A.)创建用户自定义函数B.)创建用户自定义子过程C.)打开报表D.)复杂错误处理
[主观题]自定义函数由___________函数,_______________函数,___________________函数组成。
[试题]删除用户自定义的函数使用(15)语句来实现。
[主观题]全部自定义方式的通用软件一般比部分自定义方式的通用软件简单易学。( )此题为判断题(对,错)。
[单选题]用户自定义函数或过程中接受参数,应使用()命令。A . PROCEDUREB . FUNCTIONC . WHILED . PARAMETERS
[单选题]以下用户自定义函数F.unction Func(a As Integer, b As Integer) As IntegerStatic m As Integer, i As Integerm=0:i=2i=i+m+im=i+a+bF.unc=mE.nd Function在窗体上画一个命令按钮,然后编写如下事件过程:Private Sub Command1D.im k As Integer, m As Integer,p As Integerk=4:m=1P=Func(k,m)Print pE.
[单选题]以下用户自定义函数 Function Func(a As Integer,b As Integer)As Integer Static m As Integer.i As Integer m=0:i=2 i=i+m+i m=i+a-i-b Func=m End Function 在窗体上画一个命令按钮,然后编写如下事件过程: Private Sub Command1_Click() Dim k As Integer,m As Integer,p As Integer k=4:m=1 P=Func
[单选题]以下用户自定义函数F.unction Func(a As Integer,b As Integer) As IntegerStatic m As Integer,i As Integerm=0:i=2i=i+m+im=i+a+bF.unc=mE.nd Function在窗体上画一个命令按钮,然后编写如下事件过程:Private Sub Command1_Click()D.im k As Integer,m As Integer,p As Integerk=4:m=1P=Func(k,m)Prin
[单选题]以下用户自定义函数 Function Func(a As Integer, b As Integer) As Integer Static m As Integer, i As Integer m=0:i=2 i=i+m+i m=i+a+b Func=m End Function 在窗体上画一个命令按钮,然后编写如下事件过程: Private Sub Command1_Click() Dim k As Integer,m As Integer,p As Integer k=4:m=1 P=Fun
[单选题]Weblet定制不包括以下哪项()A.自定义皮肤B.自定义页面布局C.自定义组件D.自定义数据