本文介绍了使用Excel 2010和VBA从MSCOMM读取数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在以前版本的Excel中,我能够使用Excel和VBA从comport中读取数据。
当我这样做时,我在userform中添加了一个comport并在userform中编写了读取数据的代码表单符号。
我的问题是我无法找到如何将comport添加到用户表单。
有人知道怎么做?
我注册了运行此bat文件的MSCOMM32.ocx:
regsvr32%windir%\ syswow64 / MSCOMM32.ocx
解决方案
In previous version of Excel I been able to read data from the comport using Excel and VBA.
When doing that I added an comport in an userform and wrote code inside the userform which read the data form comport.
My problem is that I can’t find out how to add the comport to the userform.
Do anybody know how?
I registered the MSCOMM32.ocx running this bat file:
regsvr32 %windir%\syswow64/MSCOMM32.ocx
解决方案
这篇关于使用Excel 2010和VBA从MSCOMM读取数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!