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 mcrAfbeeldingInstellen()
Dim shp As InlineShape
Dim iFac As Double
For Each shp In ActiveDocument.InlineShapes
With shp
.LockAspectRatio = msoTrue
iFac = CentimetersToPoints(10) / .Width
.Height = .Height * iFac
.Width = .Width * iFac
If .Type = wdSelectionInlineShape Then
.InlineShapes(1).ConvertToShape
End If
End With
Next shp
End Sub
Sub mcrAfbeeldingInstellen()
Dim shp As InlineShape
Dim iFac As Double
For Each shp In ActiveDocument.InlineShapes
With shp
.LockAspectRatio = msoTrue
iFac = CentimetersToPoints(10) / .Width
.Height = .Height * iFac
.Width = .Width * iFac
If .Type = wdSelectionInlineShape Then
.InlineShapes(shp).ConvertToShape
End If
End With
Next shp
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.