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 test()
'
'Search for first instance of text, and if true, then do stuff
'
Application.ScreenUpdating = False
With Selection.Find
.ClearFormatting
.Text = "Totaal"
End With
'
If Selection.Find.Execute Then
Selection.Select 'Selects the string if found, other Actions would go here.
'Do Stuff
Selection.Rows.Add BeforeRow:=Selection.Rows(1)
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext
End If
Application.ScreenUpdating = True
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.