Thread
:
Set "Print entire Workbook" property from interop code
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett