VorinsertPictures ()
Auf Störung Goto- ErrHandler
Schwaches sPath als Schnur
sPath = InputBox („den Weg des Faltblatts mit Abbildungen betreten“)
Wenn recht (sPath, 1) = „\“ dann sPath = verließ (sPath, Len (sPath) - 1)
Schwaches fso als Gegenstand
Schwaches fsoFolder als Gegenstand
Schwaches fsoFile als Gegenstand
Schwaches pptLayout als CustomLayout
I als ganze Zahl verdunkeln
I = 1
pptLayout = ActivePresentation.Slides einstellen (1).CustomLayout
pptSlide als Dia verdunkeln
pptShape als Form verdunkeln
Const pixelsPerInch als ganze Zahl = 96
Fso = CreateObject („scripting.filesystemobject“) einstellen
fsoFolder = fso.GetFolder (sPath) einstellen
Für jedes fsoFile in fsoFolder.Files
I = i + 1
pptSlide = ActivePresentation.Slides.AddSlide (i, pptLayout) einstellen
pptShape = pptSlide.Shapes.AddPicture (fsoFile.Path, msoFalse, msoTrue, 0, 0) einstellen
' pptShape.ScaleHeight 0.8, msoTrue
pptShape.Top = pptShape.Top + (pixelsPerInch * 1)
pptShape.Left = (ActivePresentation.PageSetup.SlideWidth - pptShape.Width)/2
DoEvents
Folgendes fsoFile
Unterseeboot herausnehmen
ErrHandler:
Zusammenfassung zunächst
Enden-Unterseeboot
|