![]() |
|
#1
|
|||
|
|||
![]()
Hi,
Is there a quick way to copy paste a Text Box (with text in it) onto multiple slides (eg. selecting them and doing paste)? If I have a presentation of 30 slides and need to paste a Text Box with text into slides 5 to 10 do I have to copy paste Text Box in each slide one by one (5 to 10) or is there a quicker way? Thanks, Nic ![]() ![]() |
#2
|
|||
|
|||
![]()
You just need to copy once and paste 5 times.
|
#3
|
|||
|
|||
![]()
Thanks,
Nic |
#4
|
|||
|
|||
![]() Quote:
|
#5
|
|||
|
|||
![]()
If you mean select multiple slides and then PASTE that has never been possible.
You can move through slides quickly by pressing PageDown > CTRL V > Page Down etc If you have already copied a shape you can use code to paste it to all of the selected slides. Code:
Sub paster() On Error Resume Next Dim osld As Slide For Each osld In ActiveWindow.Selection.SlideRange ActiveWindow.View.GotoSlide (osld.SlideIndex) osld.Shapes.Paste Next End Sub Last edited by JohnWilson; 01-12-2018 at 12:04 PM. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
mescaL | Word VBA | 3 | 11-03-2014 10:51 PM |
text over video across multiple slides | mbells | PowerPoint | 2 | 10-21-2014 03:20 PM |
![]() |
Hoxton118 | Word VBA | 6 | 04-03-2014 12:12 AM |
Animation across multiple slides - please help | jpscience | PowerPoint | 3 | 12-13-2011 11:32 AM |
Macro to Insert Text Into Cells Having Multiple Lines | revans611 | Excel Programming | 4 | 10-24-2011 10:15 AM |