Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-07-2016, 10:20 AM
Nick70 Nick70 is offline Insert Text box to multiple slides Windows 10 Insert Text box to multiple slides Office 2010 64bit
Novice
Insert Text box to multiple slides
 
Join Date: Jun 2016
Location: London
Posts: 13
Nick70 is on a distinguished road
Default Insert Text box to multiple slides

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
Reply With Quote
  #2  
Old 06-07-2016, 11:03 AM
JohnWilson JohnWilson is offline Insert Text box to multiple slides Windows 7 64bit Insert Text box to multiple slides Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You just need to copy once and paste 5 times.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 06-08-2016, 01:24 AM
Nick70 Nick70 is offline Insert Text box to multiple slides Windows 10 Insert Text box to multiple slides Office 2010 64bit
Novice
Insert Text box to multiple slides
 
Join Date: Jun 2016
Location: London
Posts: 13
Nick70 is on a distinguished road
Default

Thanks,
Nic
Reply With Quote
  #4  
Old 01-12-2018, 05:18 AM
savageshepherd savageshepherd is offline Insert Text box to multiple slides Windows 10 Insert Text box to multiple slides Office 2016
Novice
 
Join Date: Jan 2018
Posts: 1
savageshepherd is on a distinguished road
Default PowerPoint 2016 won't paste to multiple slides

Quote:
Originally Posted by Nick70 View Post
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?
Quote:
Originally Posted by JohnWilson View Post
You just need to copy once and paste 5 times.
Why doesn't selecting the slides for pasting work anymore? Every web search shows how to do it this way... no other way. It used to work several months ago. I've done it, but PowerPoint 2016 won't paste to multiple slides anymore.
Reply With Quote
  #5  
Old 01-12-2018, 09:54 AM
JohnWilson JohnWilson is offline Insert Text box to multiple slides Windows 7 64bit Insert Text box to multiple slides Office 2016
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

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
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials

Last edited by JohnWilson; 01-12-2018 at 12:04 PM.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Text box to multiple slides Macro to insert multiple pictures to word to a specific size and text wrap 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
Insert Text box to multiple slides Insert input box into macro to allow user to choose multiple text entries 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

Other Forums: Access Forums

All times are GMT -7. The time now is 08:27 PM.


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