Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Sub Powerpoint_maken()
sn = Blad1.Cells(1).CurrentRegion
With CreateObject("PowerPoint.Application")
With .Presentations.Add
For j = 2 To UBound(sn)
With .Slides.Add(j - 1, 12).Shapes
.AddPicture sn(j, 1), True, False, 20, 20, 400, 400
.AddTextbox(1, 5, 450, 400, 50).TextEffect.Text = sn(j, 3) & " - " & sn(j, 4)
.AddTextbox(1, 5, 450, 400, 50).TextEffect.Text = Join(Array(sn(j, 5), sn(j, 6), sn(j, 7)), vbLf)
End With
Next
End With
.Visible = True
End With
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.