PC Review


Reply
Thread Tools Rate Thread

Display total # of pages for handouts

 
 
=?Utf-8?B?Q29keQ==?=
Guest
Posts: n/a
 
      2nd May 2007
I'm trying to print handouts (with 6 slides per page) that will include a
footer that displays the total number of handout pages. So, for example, if
there are 14 slides, the handouts would show that there are 3 pages.

Using this code works for displaying the total number of pages for the
entire presentation:

With ActivePresentation.Slides
AddOne = IIf((.Count Mod 6) = 0, 0, IIf((.Count Mod 6) < 5, 1, 0))
TotalPages = (.Count \ 6) + AddOne
End With

However, I was wondering if anyone knows a way to handle print ranges. So if
I select a group of something like 8 slides to print, is there a way that I
can get it to display 2 as the total number of pages?

Any help would be greatly appreciated.
 
Reply With Quote
 
 
 
 
Steve Rindsberg
Guest
Posts: n/a
 
      2nd May 2007
Saw this first in Public.Office.Developer.Vba and replied there.

Have a look, if you want to follow up, either there or here is fine.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I print only the even pages of handouts? Mensles Microsoft Powerpoint 2 8th Oct 2008 12:35 PM
Facing Pages in Handouts? Rick Altman Microsoft Powerpoint 4 9th Feb 2008 03:36 AM
Putting Presentation Title and Total Pages on Handouts Scott Meyers Microsoft Powerpoint 0 7th Jan 2006 06:41 PM
Selective printing of handouts pages jack@ganssle.com Microsoft Powerpoint 1 6th Dec 2004 07:48 PM
Handouts and notes pages jimbosix Microsoft Powerpoint 1 28th Oct 2003 09:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:21 PM.