mayrou
Electrical
- Jan 8, 2014
- 55
Hello world!
I want to extract a string from an other
for example dossier1\dossier2...\123-Mayrou\forum
for that I used SPLIT to extract "mayrou"
mayrou =Right(Split(productDocument1.Path,"\")(2),4)
Anybody please correct it.
Thanks in advance
I want to extract a string from an other
for example dossier1\dossier2...\123-Mayrou\forum
for that I used SPLIT to extract "mayrou"
mayrou =Right(Split(productDocument1.Path,"\")(2),4)
Anybody please correct it.
Thanks in advance