close
EXCEL VBA - VB Data Type 資料類型

以下是之前上課時留下的 VB Data Type 資料類型的資料。先備份起來,供做日後參考。但在String上好像有一些不一樣,待有用到時再來查證。

 

VB Data Type 資料類型

VB資料類型 描述 範圍 識別字
Bollean 布林 2 bytes Trun or False  
Byte 字元組 1 bytes 0~255  
Currency 貨幣 8 bytes -922,337,203,685,477.5808 到 922,337,203,685,477.5807 @
Date 日期 8 Bytes January 1, 100 到 December 31, 9999  
Decimal   14 Bytes 沒有小數點時為+/-79,228,162,514,264,337,593,543,950,335,而小數點右邊有 28 位數時為 +/-7.9228162514264337593543950335;最小的非零值為 +/-0.0000000000000000000000000001。  
Integer 整數 2 Bytes -32,768~32,767 %
Long 長整數 4 Bytes -2,147,483,648~2,147,483,647 &
Object 物件 4 Bytes 任何 Object 引用  
Single 單精準度浮點數 4 Bytes -3.4*10^38 ~ 3.4*10^38 !
Double 雙精準度浮點數 8 Bytes -1.79*10^308 ~ 1.79*10^308 #
String 字串   1~65,400字 $
Variant(with numbers) 數值 16 Bytes 最大可達 Double 的範圍  
Variant(with characters) 字元 字串長度 + 22 Bytes 加字串長度,與變動長度 String 有相同的範圍   

 


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 News123 的頭像
    News123

    隨手記錄

    News123 發表在 痞客邦 留言(0) 人氣()