Excel 2010 VBA 7.0:VBA监视窗口中的字符串长度限制

时间:2014-08-19 18:02:27

标签: excel-vba vba excel

我正在运行VBA sub,通过将子串添加到' master'的开头和结尾来构建字符串。串。但是当字符串变量变为250个字符时,Watch Window仅显示前250个字符。

如果我在立即窗口中使用Debug.Print查看它,结果字符串是正确的。

我可以设置一个标志,以便让Watch Window显示更多字符吗?

提前致谢。

1 个答案:

答案 0 :(得分:1)

我无法在 MSDN 网站上找到任何内容,但appears to be

The Watch Window does not show more than 256 class objects in a collection !!!

除此之外无法调整Watch variable size

我建议使用Debug.PrintImmediate Window