Advertisement

05.19.2008 at 08:24AM PDT, ID: 23414035
[x]
Attachment Details

Print settings do not appear to register

Asked by Peborgh in Microsoft Powerpoint Presentation Software, Visual Basic Programming

Tags: ms, powerpoint, 2002, vba programming

PowerPoint in Office 2002.
I have created a presentation from inside Access in vba. It all works very well in general.
But when I try to set some print options for the resulting presentation (see snippet), then when I open the print dialog box of this presentation, these printoptions are not set.
Any ideas?
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
Set presiApp = New PowerPoint.Application                       ' create presentation
    Set presi = presiApp.Presentations.Add(msoFalse)
    
    'set print characteristics
    presi.PageSetup.NotesOrientation = msoOrientationHorizontal     ' this comes through
    presi.PrintOptions.PrintColorType = ppPrintPureBlackAndWhite    ' next three don't
    presi.PrintOptions.FrameSlides = msoTrue
    presi.PrintOptions.OutputType = ppPrintOutputFourSlideHandouts
[+][-]05.19.2008 at 09:06AM PDT, ID: 21598983

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Powerpoint Presentation Software, Visual Basic Programming
Tags: ms, powerpoint, 2002, vba programming
Sign Up Now!
Solution Provided By: GlennaShaw
Participating Experts: 1
Solution Grade: B
 
 
[+][-]05.20.2008 at 02:46AM PDT, ID: 21604602

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.20.2008 at 05:54AM PDT, ID: 21605639

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.20.2008 at 09:43AM PDT, ID: 21607939

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.09.2008 at 09:26AM PDT, ID: 21744440

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628