| ( | | ) | 1.
| 在Excel VBA的即時視窗輸入 print 10 mod 3 請問會顯示(1)0
(2)3
(3)1
(4)1.33
|
| ( | | ) | 2.
| 在 圖中的數字4代表(1)workbook
(2)worksheet
(3)range
(4)cell
|
| ( | | ) | 3.
| 在Excel VBA參數與參數中間是用什麼符號區隔(1)逗點
(2)等號
(3)冒號
(4)減號
|
| ( | | ) | 4.
| 請問 此圖那一個的真值表(1)xor
(2)or
(3)and
(4)not
|
| ( | | ) | 5.
| 在Excel VBA的即時視窗輸入 print 2^3請問會顯示(1)6
(2)23
(3)1
(4)8
|
| ( | | ) | 6.
| inputbox的回傳值型別是(1)date
(2)integer
(3)string
(4)single
|
| ( | | ) | 7.
| 在Excel VBA的即時視窗輸入 print 5\2 請問會顯示(1)2
(2)1
(3)0
(4)2.5
|
| ( | | ) | 8.
| 在 圖中的數字6代表(1)cell
(2)workbook
(3)worksheet
(4)range
|
| ( | | ) | 9.
| 在 圖中的數字5代表(1)row
(2)column
(3)range
(4)cell
|
| ( | | ) | 10.
| 在Excel 中要如何在變數d設定為日期1972/3/31(1)d="1972/3/31"
(2)d='1972/3/31'
(3)d=1972/3/31
(4)d=#1972/3/31#
|
| ( | | ) | 11.
| 在ExcelVBA中要使用除(只取整數的商)要用那一個?(1)/
(2)*
(3)mod
(4)\
|
| ( | | ) | 12.
| 在Excel VBA中大於等於的符號是(1)<=
(2)<>
(3)>=
(4)=>
|
| ( | | ) | 13.
| 在 圖中的數字3代表(1)row
(2)column
(3)range
(4)cell
|
| ( | | ) | 14.
| 請問 此圖那一個的真值表(1)not
(2)xor
(3)or
(4)and
|
| ( | | ) | 15.
| 在 圖中的數字2代表(1)worksheet
(2)range
(3)cell
(4)workbook
|
| ( | | ) | 16.
| 在ExcelVBA中要使用餘數要用那一個?(1)*
(2)mod
(3)\
(4)/
|
| ( | | ) | 17.
| 在 圖中的數字1代表(1)cell
(2)row(列)
(3)column(行)
(4)worksheet
|
| ( | | ) | 18.
| 在Excel VBA的即時視窗輸入 print 5/2 請問會顯示(1)2
(2)1
(3)0
(4)2.5
|
| ( | | ) | 19.
| 請問此圖 那一個的真值表(1)or
(2)and
(3)not
(4)xor
|
| ( | | ) | 20.
| 在Excel VBA中物件方法的圖示為(1)
(2)
(3)
(4)
|