View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Set "Print entire Workbook" property from interop code

if fileprintyou would have found it.

ActiveWorkbook.PrintOut Copies:=1, Preview:=True, Collate:=True

--
Don Guillett
SalesAid Software

"Oliver" wrote in message
...
Hi Everyone,

is it possible to set the "Print entire Workbook" property from code ? I
haven't found a way so far.

Can anyone help me on this ?

thanks,
Oliver