Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-03-2014, 12:57 PM
Duradel Duradel is offline Resize multiple PowerPoint objects in a table at the same time Windows 7 64bit Resize multiple PowerPoint objects in a table at the same time Office 2010 64bit
Novice
Resize multiple PowerPoint objects in a table at the same time
 
Join Date: Nov 2014
Posts: 4
Duradel is on a distinguished road
Question Resize multiple PowerPoint objects in a table at the same time

Hi there



I am a teacher and use PowerPoint throughout my courses. The default hand-outs of PowerPoint are way too small, which is why I use the 'Create Handouts' option in the Save & Send catagory in the options of PowerPoint 2010 (example in attachment).

This however generates the slides in a Word document and puts them in a table. I can see no way in selecting these objects at the same time and resizing them all at once. The only way I can do this is by resizing them one by one, quite a time demanding task.

Is there any way I could do this any quicker in Word?

Thanks a lot in advance!

P.S.: Having the lines in the colomn next to the PowerPoint objects is a must :-).
Attached Files
File Type: docx example.docx (322.1 KB, 13 views)
Reply With Quote
  #2  
Old 11-04-2014, 06:27 PM
macropod's Avatar
macropod macropod is offline Resize multiple PowerPoint objects in a table at the same time Windows 7 64bit Resize multiple PowerPoint objects in a table at the same time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could resize the slides using a macro like:
Code:
Sub Demo()
Dim sngWdth As Single, sngScale As Single, iShp As InlineShape
With ActiveDocument.Tables(1)
  sngWdth = .Columns(1).Width
  For Each iShp In .Range.InlineShapes
    With iShp
      .LockAspectRatio = True
      sngScale = sngWdth / .Width
      .Width = sngWdth
      .Height = .Height * sngScale
    End With
  Next
  .LeftPadding = 0
  .RightPadding = 0
End With
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 11-16-2014, 03:50 PM
Duradel Duradel is offline Resize multiple PowerPoint objects in a table at the same time Windows 7 64bit Resize multiple PowerPoint objects in a table at the same time Office 2010 64bit
Novice
Resize multiple PowerPoint objects in a table at the same time
 
Join Date: Nov 2014
Posts: 4
Duradel is on a distinguished road
Default

Thanks for your input and reply.

I was hoping for an 'easier' solution as I have no clue how to work with macro's. I will look into this matter and hope to get this thing working for me.

Thanks again, other solutions are appreciated :-).
Reply With Quote
  #4  
Old 11-16-2014, 04:01 PM
macropod's Avatar
macropod macropod is offline Resize multiple PowerPoint objects in a table at the same time Windows 7 64bit Resize multiple PowerPoint objects in a table at the same time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

For PC macro installation & usage instructions, see: http://www.gmayor.com/installing_macro.htm.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resize multiple PowerPoint objects in a table at the same time Resize multiple pictures in a Word 2010 table JBA479 Word VBA 1 01-24-2014 08:51 PM
Resize multiple PowerPoint objects in a table at the same time Select Multiple Objects in Powerpoint Banker PowerPoint 1 08-15-2012 11:49 PM
Resize multiple PowerPoint objects in a table at the same time Word VBA: Resize Table Width??? tinfanide Word VBA 5 04-21-2012 03:00 PM
Resize multiple PowerPoint objects in a table at the same time Resize video across multiple slides joelas PowerPoint 3 09-28-2010 07:59 PM
Resize-to-fit Table Columns (PowerPoint) icu222much PowerPoint 0 06-06-2010 11:21 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:06 AM.


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