Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 09-25-2023, 04:14 AM
Dan_nn Dan_nn is offline Need Macro to Copy Notes from one PPT to another Windows 10 Need Macro to Copy Notes from one PPT to another Office 2021
Novice
 
Join Date: Apr 2023
Posts: 7
Dan_nn is on a distinguished road
Default

Hi Vagodspeed.

If you want to use this script, you should be a bit familiar with using VBA scripts and the scripting interface in Office. If you are not familiar with it, there's more chance of breaking things

The latest version of the script as I posted it is meant to be added as a module in a macro-enabled PPTM file. Then, additionally you need to open the 2 files where you have the source notes to be copied and the target presentation where the notes are meant to be copied to.

You have to update these lines in the code with the actual filenames:
Set oSource = Presentations("mySource.pptx")
Set oTarget = Presentations("myTarget.pptx")

Once all is open and code updated, you need to go to the scripting interface and call the script from the immediate window as I explain in the comments using 'call switchNotes()' (without the quotes).

Good luck
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
PowerPoint Macro - Copy and Replace pictures from one PPT to another PPT mrayncrental PowerPoint 2 06-09-2014 02:52 AM
Macro to copy formula from one cell to another anwar Excel Programming 1 04-25-2014 08:27 PM
Need Macro to Copy Notes from one PPT to another Word macro: copy from different tables into one table adisl Word VBA 4 03-25-2014 02:40 AM
Need Macro to Copy Notes from one PPT to another How to do an automation for copy paste, added new row (macro) jpol Excel Programming 1 03-01-2013 05:53 AM
Powerpoint copy notes no1_titch PowerPoint 0 09-07-2010 06:16 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:08 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