Re: Printing in PowerPoint

Tech-Archive recommends: Fix windows errors by optimizing your registry



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




.



Relevant Pages

  • Re: High cost of energy
    ... the room prices would be cut by at least ... I think few people would cancel a trip to Las Vegas because feul prices ...
    (alt.vacation.las-vegas)
  • Re: NBC reportedly wont renew "Las Vegas"
    ... much like it, and stopped watching it. ... If a show like "Las Vegas" has been on the air for 5 years, ... took them forever to decide to cancel it. ...
    (rec.arts.tv)
  • Printing in PowerPoint
    ... I builded a COM addin for PowerPoint which is used for catching the events ... I need to know how to cancel the printing. ... I get the Print event but I don't have a "Cancel" ...
    (microsoft.public.powerpoint)
  • Printing in PowerPoint
    ... I builded a COM addin for PowerPoint which is used for catching the events ... I need to know how to cancel the printing. ... I get the Print event but I don't have a "Cancel" ...
    (microsoft.public.office.developer.vba)