Vba Or Vb6 Find Or Replace String From The End

[Solved] Vba Or Vb6 Find Or Replace String From The End | Vb - Code Explorer | yomemimo.com
Question : VBA OR vb6 find OR replace string from the end

Answered by : tense-trout-p5crfdehzhrh

rlpStr = StrReverse(Replace(StrReverse(str), StrReverse("Find"), StrReverse("Replace"), , 1))

Source : https://stackoverflow.com/questions/24394833/replace-only-last-occurrence-of-match-in-a-string-in-vba | Last Update : Sun, 26 Dec 21

Answers related to vba or vb6 find or replace string from the end

Code Explorer Popular Question For Vb