Thread: duplexing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_107_] Leith Ross[_107_] is offline
external usenet poster
 
Posts: 1
Default duplexing


Hello Brent,

As far as I know, the double sided option has to set using the printe
dialog. There are no VBA commands to do that. You can call the printe
dialog from code, if that would help.

TO DISPLAY THE PRINTER DIALOG
Excel.Application.Dialogs(xlDialogPrint).Show

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=47895