Round 函數傳回的是一個字串資料。 範例:. Private Sub Command1_Click() Dim a As Double a = 1234.56789 Debug.Print Fix(a) Debug.Print Int(a) ...
確定! 回上一頁