Hello!
I wrote some function and want to repeat it as many times as it corresponds to the condition.
Function that replaces some part of a string to another by condition:
Function fone(ByVal sss As String) As String
Dim aaa As Long '---
Dim fff As Long '---
Dim bbb As Long '---
Dim ccc As...