Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2021, 09:21 AM
JohnWilson JohnWilson is offline Help with VBA to keep source formatting when moving presenter notes over to existing presentation Windows 10 Help with VBA to keep source formatting when moving presenter notes over to existing presentation Office 2016
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default


Maybe .... (Not tested)

Code:
Sub switchNotes()

Dim oTarget As Presentation
Dim oSource As Presentation
Dim i As Integer
On Error Resume Next
Set oTarget = Presentations("TEST2.pptx")
Set oSource = Presentations("TEST1.pptx")
For i = 1 To oSource.Slides.Count
oSource.Slides(i).NotesPage.Shapes(2) _
.TextFrame.TextRange.Copy
oTarget.Slides(i).NotesPage.Shapes(2) _
.TextFrame.TextRange.Paste
Next i
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
vba code



Similar Threads
Thread Thread Starter Forum Replies Last Post
Change "Presenter View" layout, to put speaker Notes pane on top? Kerumbo PowerPoint 2 05-30-2019 05:15 AM
Copy a range in Excel to the notes of a PPT presentation jeffreybrown PowerPoint 1 01-25-2018 05:28 AM
Help with VBA to keep source formatting when moving presenter notes over to existing presentation Formatting Notes for Use in Presenter View GBA PowerPoint 2 07-17-2015 12:11 PM
See more notes in Presenter's View lawlsh PowerPoint 0 05-01-2013 07:53 PM
Help with VBA to keep source formatting when moving presenter notes over to existing presentation Lost notes formatting in Presenter View c_rlucas PowerPoint 1 03-30-2012 12:41 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:09 AM.


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