VBA中的赋值语句是( )。
A: Dim
B: =
C: Store
D: Print
A: Dim
B: =
C: Store
D: Print
举一反三
- VBA中的赋值语句是
- VBA语句"Dim NewArray(10) as Integer"的含义是______。
- VBA中,定义常量的关键字是()。 A: Const B: Dim C: if D: Vba
- 下列赋值语句错误的是( )。 A: store "abc" to a1 B: store 1234 to a1,b1 C: world="foxpro" D: store 12,34 to a1,b1
- 与VBA语句DimVar%,sum!等价的是() A: Dim Var As Double, sum As Single B: Dim Var As Integer, sum As Double C: Dim Var As Single, sum As Double D: Dim Var As Integer, sum As Single