how do you set the MSComm ActiveX object in VBA code(Excel): I have tried variations on the following:
Dim MSComm1 As Object
Set MSComm1 = New MSComm.Application
OR
Set MSComm1 = CreateObject("MSComm.Object")
I have not been able to find any examples that work.
Dim MSComm1 As Object
Set MSComm1 = New MSComm.Application
OR
Set MSComm1 = CreateObject("MSComm.Object")
I have not been able to find any examples that work.