如何用VBA设置Excel中的单元格数据类型???

2024-11-16 13:06:14
推荐回答(1个)
回答(1):

字符串可以用下面的办法定义指定长度。
Dim bCol As String * 10
Long和Double可以使用范围限定。