![]() |
#9
|
|||
|
|||
![]()
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 ![]() |
|
![]() |
||||
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 |
![]() |
adisl | Word VBA | 4 | 03-25-2014 02:40 AM |
![]() |
jpol | Excel Programming | 1 | 03-01-2013 05:53 AM |
Powerpoint copy notes | no1_titch | PowerPoint | 0 | 09-07-2010 06:16 AM |