Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
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,914
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

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



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 11:25 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