escape codes

M

mario

can anyone help me with an example code of how to sent an
Escape code to the printer in VBA.

For instance I want to sent the code <esc>&I3G to an OCE
printer.

regards,
mario
 
J

Jonathan West

If this is part of printing a document, then the normal way to do this is to
embed a PRINT field within the document which contains the appropriate
escape codes.
 
Top