Hi,
Ok I have found the control for mscomm activeX and it is now on the my form But where do I go from here ,,, as a test I want to send the following
Public Sub PrintNormal()
BUFFER$ = Chr$(27) & Chr$(33) & Chr$(0)
MScomm1.Output = BUFFER$ & string1 & vbCrLf
End Sub
This gives an error
Any...