![]() |
|
#1
|
|||
|
|||
|
Hi
I've made with help of different posts the followng code: Sub FooterPPT() ActivePresentation.SlideMaster.HeadersFooters.Disp layOnTitleSlide = msoFalse Dim s As Slide For Each s In ActivePresentation.Slides 'Footer gets visible s.HeadersFooters.Footer.Visible = msoTrue 'Slidenumber gets visible s.HeadersFooters.SlideNumber.Visible = msoTrue 'Footer gets filled with text s.HeadersFooters.Footer.Text = "HELLO WORLD" Next s End Sub MY PROBLEM Unfortunately the footer and the slidenumber is still visible on the titleslide. Any help? THX for your answers. Greetings IKA |
| Tags |
| ppt, titleslide, vba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
MSP 2010 Outline code color allocation (grouping) not integrated
|
Mojo99 | Project | 4 | 08-21-2015 01:17 PM |
| Cannot add .swf files containing AS2 code into win7 PowerPoint 2007 or 2010 | tstguru | PowerPoint | 0 | 08-18-2014 12:28 PM |
| Problems adding VBA code to word 2010! | spookiepower | Word VBA | 1 | 02-10-2014 09:08 AM |
| "+" in Country code in Outlook 2010 | musicaldoc | Outlook | 0 | 04-27-2013 02:19 AM |
VBA code from Excel 2007 in Excel 2010
|
csam63 | Excel Programming | 1 | 10-07-2011 10:46 AM |