EXCEL VBA 檢視 工具列 表單 點選您要使用的物件,放到工作表中 點選新增可以開始編寫VBA 在VBA程式編輯區編輯程式 1. 輸入: Dim new_date As String ' 宣告變數 new_date = Range("B2").Value MsgBox new_date 2. 存檔 執行結果 EXCEL VBA設計 ...
rfid.ctu.edu.tw