Someone helped me out with this a while ago. I had a senior moment and lost the code.
I want to send a single line to the printer and have it wait patiently for the next line. When it gets to the bottom of the page it should eject the page and be ready for more data.
Something like:
print myString & vbCR
Greg
I want to send a single line to the printer and have it wait patiently for the next line. When it gets to the bottom of the page it should eject the page and be ready for more data.
Something like:
print myString & vbCR
Greg