如何在Excel VBA中将整数转换为字符串? [英] How Do I Convert an Integer to a String in Excel VBA?

查看:453
本文介绍了如何在Excel VBA中将整数转换为字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Excel VBA中将整数值45转换为字符串值45?

How do I convert the integer value "45" into the string value "45" in Excel VBA?

推荐答案

cstr(45)我想是你需要的(转换字符串)

cstr(45) I think is all you need (convert string)

这篇关于如何在Excel VBA中将整数转换为字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆