免費免註冊,彰化一整天線上測驗:http://exam.bestdaylong.com/test2187.htm
| ( | ) | 1. | 修改Excel按鈕顯示文字是使用那一個屬性(1)name (2)text (3)value (4)caption | ||
| ( | ) | 2. | 在Excel VBA中要宣告變數I為有小數語法為(1)dim I as string (2)dim I as date (3)dim I as integer (4)dim I as single | ||
| ( | ) | 3. | 在 圖中的數字2代表(1)cell
(2)workbook
(3)worksheet
(4)range
| ||
| ( | ) | 4. | 在Excel VBA中下列那一個敍述是錯的(1)i+1=i (2)let i=i+1 (3)i=i (4)i=-i | ||
| ( | ) | 5. | 在 圖中的數字3代表(1)range
(2)cell
(3)row
(4)column
| ||
| ( | ) | 6. | 在 圖中的數字1代表(1)column(行)
(2)worksheet
(3)cell
(4)row(列)
| ||
| ( | ) | 7. | 在Excel VBA中要宣告變數I為字串語法為(1)dim I as string (2)dim I as date (3)dim I as integer (4)dim I as single | ||
| ( | ) | 8. | 在Excel中工作表的英文名稱為(1)workbook (2)worksheet (3)excel (4)Application | ||
| ( | ) | 9. | 在Excel VBA中要宣告變數I為整數語法為(1)dim I as integer (2)dim I as single (3)dim I as string (4)dim I as date | ||
| ( | ) | 10. | 在Excel 2007要儲存含有巨集的格式,檔案副檔名為(1)csv (2)txt (3)xlsm (4)xlsx | ||
| ( | ) | 11. | inputbox的回傳值型別是(1)string (2)single (3)date (4)integer | ||
| ( | ) | 12. | 在Excel物件的使用方式中是用什麼來表示階層(1)減號 (2)句號 (3)等號 (4)冒號 | ||
| ( | ) | 13. | 在Excel VBA中物件屬性的圖示為(1)
(2)
(3)
(4)
| ||
| ( | ) | 14. | 變數的命名規則(1)變數名稱不可包含空白、點、,逗號或其他特殊字元 (2)變數名稱不可為關鍵字,例如for、next、while、public等 (3)以上皆是 (4)第一個字元需英文字母 | ||
| ( | ) | 15. | 在 圖中的數字6代表(1)workbook
(2)worksheet
(3)range
(4)cell
| ||
| ( | ) | 16. | 在Excel VBA中程式碼註解是用什麼字元(1)分號 (2)單引號 (3)雙斜線 (4)冒號 | ||
| ( | ) | 17. | 切換設計模式及執行模式圖示是(1)
(2)
(3)
(4)
| ||
| ( | ) | 18. | MsgBox的回傳值型別是(1)date (2)integer (3)string (4)single | ||
| ( | ) | 19. | 插入按鈕是那個圖示(1)
(2)
(3)
(4)
| ||
| ( | ) | 20. | 在 圖中的數字4代表(1)range
(2)cell
(3)workbook
(4)worksheet
| ||
| ( | ) | 21. | 在Excel VBA中要宣告變數I為日期語法為(1)dim I as string (2)dim I as date (3)dim I as integer (4)dim I as single | ||
| ( | ) | 22. | 下列那一個Excel VBA語法是正確的(1)range(a1).value=123 (2)cells("a1").value=123 (3)cells(1,1)=123 (4)excel.range("a1").text=123 | ||
| ( | ) | 23. | 在Excel VBA中列的英文為(1)x (2)row (3)column (4)cell | ||
| ( | ) | 24. | 在Excel VBA中要顯示一段文字hello那一段語法是對的(1)say hello (2)msgbox hello (3)msgbox "hello" (4)say "hello" | ||
| ( | ) | 25. | 在Excel中活頁簿的英文名稱為(1)excel (2)Application (3)workbook (4)worksheet | ||
| ( | ) | 26. | 在Excel VBA中變數的宣告要使用那一個指令(1)set (2)dim (3)let (4)print | ||
| ( | ) | 27. | 在Excel VBA參數與參數中間是用什麼符號區隔(1)等號 (2)冒號 (3)減號 (4)逗點 | ||
| ( | ) | 28. | 在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 | ||
| ( | ) | 29. | 在Excel VBA中物件方法的圖示為(1)
(2)
(3)
(4)
| ||
| ( | ) | 30. | 在 圖中的數字5代表(1)column
(2)range
(3)cell
(4)row
|