Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 07-30-2015, 11:18 AM
JohnWilson JohnWilson is offline Change 'Create Handouts' behaviour Windows 7 64bit Change 'Create Handouts' behaviour Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

This should do it I think (top of head code - not tested.) NOTE as written existing notes will be deleted.
Code:
Sub copyText_to_Notes()
Dim osld As Slide
Dim oshp As Shape
Dim strTitle As String
For Each osld In ActivePresentation.Slides
If osld.Shapes.HasTitle Then
strTitle = osld.Shapes.Title.TextFrame.TextRange
End If
For Each oshp In osld.NotesPage.Shapes
If oshp.Type = msoPlaceholder Then
If oshp.PlaceholderFormat.Type = 2 Then
oshp.TextFrame.TextRange = strTitle
End If
End If
Next oshp
Next osld
End Sub
To use Alt f11 to open code editor
INSERT > Module
Paste in the code
Run (f5)
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Print handouts with notes I entered kennydude PowerPoint 2 10-16-2012 05:24 AM
PPTX > PDF & hyperlink behaviour Ordained PowerPoint 0 06-11-2012 05:31 PM
Change 'Create Handouts' behaviour Selective handouts fozzie PowerPoint 2 03-03-2012 12:45 PM
Own starting page number when printing handouts ffmarais PowerPoint 1 06-27-2011 12:54 AM
Odd behaviour in formatted cells furface00 Excel 3 03-11-2011 08:02 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:31 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft