Hi,
I hope someone can assist - I have searched Google and cannot find a function that could do this for me.
I would like to find a function that can extract all text between two 'delimiters' in a string.
In other words:
String = "Easily extract #text# between two #strings# with this #VBA Function#. This user-defined function #(UDF)# can extract"
Result:
text
strings
VBA Function
(UDF)
Is this possible?
Thanks
Harris
I hope someone can assist - I have searched Google and cannot find a function that could do this for me.
I would like to find a function that can extract all text between two 'delimiters' in a string.
In other words:
String = "Easily extract #text# between two #strings# with this #VBA Function#. This user-defined function #(UDF)# can extract"
Result:
text
strings
VBA Function
(UDF)
Is this possible?
Thanks
Harris