Re: Printing in PowerPoint
- From: "Jerry Hammond" <notme@xxxxxxxxx>
- Date: Sun, 4 Feb 2007 20:54:04 -0800
The following code might help:
This example closes all open presentations.
With Application.Presentations
For i = .Count To 1 Step -1
.Item(i).Close
Next
End With
--
Jerry Hammond, MOS
Application Instructor, New Horizons
Vice-President, SQL Server Society of Las Vegas
"Calin" <calin.feher@xxxxxxxxxxxxx> wrote in message
news:OWgx5SGGHHA.3616@xxxxxxxxxxxxxxxxxxxxxxx
Hello
I builded a COM addin for PowerPoint which is used for catching the events
fired by application. I need to know how to cancel the printing. Before
the Print dialog pops up, I get the Print event but I don't have a
"Cancel" parameter like in Word.
Do you have any ideea about this ?
Thanks, Calin
.
- Prev by Date: Re: Error 459
- Next by Date: TIFF files OCR by Interop.MODI.dll Problem
- Previous by thread: Re: How to hide ribbon in word 2007 programmaticlly in C++?
- Next by thread: TIFF files OCR by Interop.MODI.dll Problem
- Index(es):
Relevant Pages
|