利用VBA处理股票代码过程中遇到的问题
1、将数字转换为字符:cstr函数
2、将数字格式为某个固定位数的字符串:format
Dim MyTime, MyDate, MyStr
MyTime = #17:04:23#
MyDate = #January 27, 1993#
' Returns current system time in the system-defined long time format.
MyStr =
原创
2017-02-14 22:07:36 ·
728 阅读 ·
0 评论