Printing in Excel/Powerpoint/access

Add-in Express™ Support Service
That's what is more important than anything else

Printing in Excel/Powerpoint/access
 
Alfred Dworschak




Posts: 13
Joined: 2007-03-06
dear add-in-express team,

printing in word works fine!

but in excel there is an exception, if I try to print the current workbook with

this.ExcelApp.ThisWorkbook._PrintOut(1, true, 1, false, true, true, false);

In addition, I completly fail to print in Powerpoint!

Regards from Austria

Alfred

(C#-VS2005-Office2003/Office2007)
Posted 10 Mar, 2007 12:33:52 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Alfred.

I think you use wrong parameters. Please read the Visual Basic Help for Excel and PowerPoint to learn about correct signature of the PrintOut method.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 12 Mar, 2007 17:53:44 Top