Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to program communication through the COM ports by using VBA from Excel. The problem is that I do not have the MSCOMM32.OCX ActiveX component available for that purpose (it is available with Visual Basic but I did not get it with VBA). Is there any way to get it available for programming with VBA without using the one from Visual Basic 6 ? Thanks, Florent |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Florent,
You can get a copy here. See this http://www.yes-tele.com/mscomm.html -- John johnf202 at hotmail dot com " wrote in message ... Hi, I am trying to program communication through the COM ports by using VBA from Excel. The problem is that I do not have the MSCOMM32.OCX ActiveX component available for that purpose (it is available with Visual Basic but I did not get it with VBA). Is there any way to get it available for programming with VBA without using the one from Visual Basic 6 ? Thanks, Florent |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The MSComm control is a licensed control so you need a license from
Microsoft to use it in an application. You can download the control from many places on the Internet including the Microsoft web site however if you do not install Visual Basic, you will not get the license for the control so that you will be able to use it. There are other ActiveX controls available that you can purchase like the Sax COM Objects :http://www.sax.net/Default.aspx You might also want to investigate a product called WinWedge from TAL Technologies at: http://www.taltech.com/products/winwedge.html WinWedge is not an ActiveX control however it is an excellent tool for doing serial communications from within Excel. It is also much easier to use than an ActiveX control. In most cases you do not need to write any code at all in VBA. On Tue, 4 Nov 2003 01:46:25 -0800, " wrote: Hi, I am trying to program communication through the COM ports by using VBA from Excel. The problem is that I do not have the MSCOMM32.OCX ActiveX component available for that purpose (it is available with Visual Basic but I did not get it with VBA). Is there any way to get it available for programming with VBA without using the one from Visual Basic 6 ? Thanks, Florent |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to export an Excel file to a serial port | Excel Discussion (Misc queries) | |||
Is there a way to port your quick access toolbar in excel | Setting up and Configuration of Excel | |||
Interfacing USB port and MS Excel | Excel Discussion (Misc queries) | |||
need help re send/recieve com port data from excel and auto CR/LF | Excel Programming | |||
serial port mscomm32.ocx in excel | Excel Programming |