Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-26-2014, 07:55 AM
cmsalva cmsalva is offline all slides created in master view in error Windows 7 64bit all slides created in master view in error Office 2010 32bit
Novice
all slides created in master view in error
 
Join Date: Feb 2014
Posts: 1
cmsalva is on a distinguished road
Default all slides created in master view in error

without realizing I was in Master View, i created a whole deck. How can I move it to the Normal view to work on it? I tried cutting and pasting and it doesn't paste. I tried opening a new blank deck and pasting, and it doesn't paste it.
Help!
Reply With Quote
  #2  
Old 02-26-2014, 09:26 PM
DBlomgren DBlomgren is offline all slides created in master view in error Windows 8 all slides created in master view in error Office 2013
Advanced Beginner
 
Join Date: Feb 2014
Location: New York, USA
Posts: 82
DBlomgren is on a distinguished road
Default

Hi, cmsalva,

I just looked up deck to try to understand what you meant. If I understand correctly, you went to master view, and typed text and maybe added photos/images/graphs? So now all your master slides look the way you want your final slides to look?

I tried duplicating that and I had to delete the text in every textbox that says "Click to edit (whatever)." I can't imagine you doing that over and not thinking, "Hey, there's something wrong here." So could you give more details?

P.S. I just typed some text in master slides and sure enough, the text appears in every slide based on that master. However, I was able to go to Master View, select the textboxes, and cut and paste them in the normal view. Definitely need more info. Could you attach a small sample?

Last edited by DBlomgren; 02-26-2014 at 09:32 PM. Reason: Add postscript.
Reply With Quote
  #3  
Old 02-27-2014, 04:12 AM
JohnWilson JohnWilson is offline all slides created in master view in error Windows 7 64bit all slides created in master view in error Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

As above more info is needed.

If you simply typed text onto a Title / Text layout and then duplicated id changing the text each time you could probably have a macro fix your presentation

Sub fixMe()
Dim objCL As CustomLayout
Dim L As Long
On Error Resume Next
ActivePresentation.Slides.Range.Delete
For L = ActivePresentation.SlideMaster.CustomLayouts.Count To 1 Step -1
Set objCL = ActivePresentation.SlideMaster.CustomLayouts(L)
If objCL.Shapes(1).HasTextFrame Then
If Not objCL.Shapes(2).TextFrame2.TextRange Like "Click*" And objCL.Shapes(2).PlaceholderFormat.Type = 7 Then
With ActivePresentation.Slides.AddSlide(1, objCL)
.Shapes(1).TextFrame2.TextRange = objCL.Shapes(1).TextFrame2.TextRange
.Shapes(2).TextFrame2.TextRange = objCL.Shapes(2).TextFrame2.TextRange
End With
End If
End If
Next L
End Sub

This will ONLY work if that's exactly what you DID! MAKE SURE YOU WORK ON A COPY!!

How to use code
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
all slides created in master view in error Created a new Master slide. Existing slides are not changing. Stereo PowerPoint 9 09-30-2013 10:06 AM
Unwanted border created when entering print preview and printing slides jcameron PowerPoint 2 10-02-2012 07:16 AM
Which slides are using Which MAster Slide? Aoresteen PowerPoint 0 07-03-2011 01:50 PM
Having trouble with layout master slides shs PowerPoint 0 04-21-2010 09:00 AM
PowerPoint Master - 50 LINKED slides - SLOW Update salfonsi PowerPoint 0 09-27-2008 02:55 PM

Other Forums: Access Forums

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