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 mcrKleurPagina()
Dim iPS As Integer, i As Integer
iPS = Selection.Information(wdNumberOfPagesInDocument)
Application.ScreenUpdating = False
For i = 2 To iPS Step 2
If i < iPS Then
With Selection
.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:=i
Do While Not Selection.Information(wdActiveEndAdjustedPageNumber) = i + 1
.MoveDown Unit:=wdLine, Count:=1, Extend:=wdExtend
Loop
.MoveUp Unit:=wdLine, Count:=1, Extend:=wdExtend
.Font.ColorIndex = wdDarkYellow
End With
End If
Next i
Application.ScreenUpdating = True
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.