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.
I have created a VBA Macro in EXCEL that stores and Prints Serial Number Information.
I have been given a Barcode Printer that is NOT Windows compliant (and NO Print Drive). I have the Print Codes for the printer; I need to send them directly to COM1 without Formatting.
What script do I need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.