Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-07-2017, 09:23 AM
JohnWilson JohnWilson is offline Is it possible to "Mirror" a slide in a presentation? Windows 7 64bit Is it possible to "Mirror" a slide in a presentation? Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

There's no built in way to do that. fairly easy if you can code though.

If you name the shapes on first and last slides to match (In my case username and password) this sort of code would work and could easily be extended to other shapes.

Code:
Sub copyText()

Dim firstsld As Slide
Dim lastsld As Slide
Set firstsld = ActivePresentation.Slides(1)
Set lastsld = ActivePresentation.Slides(ActivePresentation.Slides.Count)
lastsld.Shapes("username").TextFrame.TextRange = firstsld.Shapes("username").TextFrame.TextRange
lastsld.Shapes("password").TextFrame.TextRange = firstsld.Shapes("password").TextFrame.TextRange
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is it so hard to "Restrict Access" to a PowerPoint presentation? hip2b2 PowerPoint 0 05-12-2016 07:25 AM
Random paragraphs aligned "in mirror" Marius Word 2 08-12-2015 02:30 AM
Is it possible to "Mirror" a slide in a presentation? Remove footer "A presentation by John Citizen, XX Month" from PowerPoint handouts herdmasa PowerPoint 2 04-08-2013 01:36 AM
Is it possible to "Mirror" a slide in a presentation? How to "Fast Forward" or "Jump into" a slide while testing George Daly PowerPoint 1 10-14-2011 06:49 AM
Is it possible to "Mirror" a slide in a presentation? How to choose a "List" for certain "Heading" from "Modify" tool? Jamal NUMAN Word 2 07-03-2011 03:11 AM

Other Forums: Access Forums

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