打開VBA 撰寫視窗. 並在裡面寫入以下程式碼. Sub test() A = Sheets(1).Range("A3").Value MsgBox (A) End Sub. 並按下"F8" 可以將程式碼逐行執行.
確定! 回上一頁