Apologies for the incomplete information. The printer uses roll feed paper. I'm printing directly to the printer port. Here is a code snippet: CurrentFileNum = FreeFile Open PPort For Output As CurrentFileNum Print #CurrentFileNum, "" Close CurrentFileNum