Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-16-2015, 08:43 AM
djlee djlee is offline Need to import a bunch of .png files from a folder Windows 8 Need to import a bunch of .png files from a folder Office 2010 64bit
Novice
Need to import a bunch of .png files from a folder
 
Join Date: Jan 2015
Posts: 19
djlee is on a distinguished road
Default

Thanks for the heads up on the creation date thing!



I also use this pptfaq macro. http://www.pptfaq.com/FAQ00780_Copy_...esentation.htm

Can these lines be incorporated into your code?

Code:
Sub SuperDuper())

	Dim oSh as Shape
	Dim x as Long

	Set oSh=ActiveWindow.Selection.ShapeRange(1)
	oSh.Copy

	For x = 2 to ActivePresentation.Slides.Count
		ActivePresentation.Slides(x).Shapes.Paste
	Next

End Sub
The shape I want to copy is on slide 2. It's multiple shapes, actually and they are the only thing on slide 2. So I want to copy everything on slide 2 on top of each pic that was just imported.

Any chance I can get you to make this last change for me?

DJ
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to import a bunch of .png files from a folder macro, data import from the ONLY text file in current folder ue418 Excel Programming 5 10-28-2017 12:52 PM
Import from .CUB files in MS Access vamsikrishnad Office 0 12-30-2014 03:19 AM
Import msg-files to Outlook Jeff10 Outlook 0 01-19-2013 10:56 AM
Need to import a bunch of .png files from a folder Import Multiple XML Files TallKewlOnez Excel Programming 1 04-09-2012 05:19 PM
How might I group a bunch of text boxes without getting a space around the edge? Augusta PowerPoint 0 08-25-2011 01:42 AM

Other Forums: Access Forums

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