Quote:
Originally Posted by Start
"errors of programming - FOR WITHOUT NEXT"
|
I found the same error: there is a
Next missing in the
Function replace_formating().
In the visual basic screen go at the end of the code of that function an insert the
Next as shown here:
End If
Next
If Not (oRg Is Nothing) Then Set oRg = Nothing
End Function