VBA OR vb6 find OR replace string from the end

The solution for “VBA OR vb6 find OR replace string from the end” can be found here. The following code will assist you in solving the problem.

rlpStr = StrReverse(Replace(StrReverse(str), StrReverse(“Find”),  StrReverse(“Replace”), , 1))

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts