Hi,
I was hoping that someone might be able to point me in the right direction with regards to a vba problem that I have. Basically, is it possible to search for a particular text substring within a string e.g.
Searching for substring "is my" within
String = "this is my string"
I appreciate I could do this in excel with the 'Find' function, but I hoping that I might be able to do it in vba. Or put simply what is the vba equivalent of excels Find function?
Any help or advice, as always, will be hugely appreciated.
Thanks in advance,
Lochnagar
I was hoping that someone might be able to point me in the right direction with regards to a vba problem that I have. Basically, is it possible to search for a particular text substring within a string e.g.
Searching for substring "is my" within
String = "this is my string"
I appreciate I could do this in excel with the 'Find' function, but I hoping that I might be able to do it in vba. Or put simply what is the vba equivalent of excels Find function?
Any help or advice, as always, will be hugely appreciated.
Thanks in advance,
Lochnagar