J
Jarryd
Hi,
Is there a function that you can use to find the position of the specified
occurrence of a specified character in a string in VBA?
For example, I want to find the position of the third (occurrence) comma
(character) in a string:
function("this is my string", ",", 3)
Result = 11
TIA,
Jarryd
Is there a function that you can use to find the position of the specified
occurrence of a specified character in a string in VBA?
For example, I want to find the position of the third (occurrence) comma
(character) in a string:
function("this is my string", ",", 3)
Result = 11
TIA,
Jarryd