如何在Excel VBA中将整数值“ 45”转换为字符串值“ 45”?
只需CStr(45) (转换字符串函数)
CStr(45)
2.1m questions
2.1m answers
60 comments
57.0k users