VBA控件ListBox的BoundColumn和TextColumn用法,Value和Text的用法
摘要:在使用Excel编写VBA程序时,用到ListBox,然后研究了下它的所有属性。其实这个控件功能很不好用,太老了,最重要的是还不支持鼠标滚轮,很不好操作,但是考虑到兼容性,还是使用它。 其实读取、写入数据用ListBox.List已经足够了,而BoundColumn和TextColumn主...
阅读全文
posted @ 2016-01-10 11:12