Dennisjuhh
Gebruiker
- Lid geworden
- 30 jan 2014
- Berichten
- 94
Hoi,
Wat doe ik fout=) Hij geeft bij foutopsporing steeds aan dat "with selection. find" fout is.
Wat doe ik fout=) Hij geeft bij foutopsporing steeds aan dat "with selection. find" fout is.
Code:
Sub Knop4_Klikken()
[B] With Selection.Find[/B]
.Text = ","
.Replacement.Text = InputBox(".")
.Execute Replace:=wdReplaceAll
End With
End Sub