M
MarcoPolo
how can i change color for example font.color = wdColorRed
for the text i replace?
like this
Dim rDcm As Range
Set rDcm = ActiveDocument.Range
With rDcm.Find
.Text = strfind
.Replacement.Text = strReplace
.Execute Replace:=wdReplaceAll
....
end with
tia Marco
for the text i replace?
like this
Dim rDcm As Range
Set rDcm = ActiveDocument.Range
With rDcm.Find
.Text = strfind
.Replacement.Text = strReplace
.Execute Replace:=wdReplaceAll
....
end with
tia Marco