C
Carlos Chalhoub
Hi listmates,
I got this long path:
\\Solcorpiis\Insight\Product Information\Products\Project
Documentation\Release 6.4.0\Functionals\Reports\Data_Reports\file047.txt
Thanks to an earlier tip, I was able to isolate the different folders' names
with Split(sPath, "\"). The problem is the path may change and the results
of the split become a moving target. The only constant folder is the
"Functionals" one. Anything before or after it may change (the name and
number of the folders). What I need to do is locate "Functionals" among the
different split folders and assign each folder name following it to a string
variable. In this case, that would be Reports and Data_Reports. How can that
be done? Should I be using Split or some other formula?
Thanks.
Carlos
I got this long path:
\\Solcorpiis\Insight\Product Information\Products\Project
Documentation\Release 6.4.0\Functionals\Reports\Data_Reports\file047.txt
Thanks to an earlier tip, I was able to isolate the different folders' names
with Split(sPath, "\"). The problem is the path may change and the results
of the split become a moving target. The only constant folder is the
"Functionals" one. Anything before or after it may change (the name and
number of the folders). What I need to do is locate "Functionals" among the
different split folders and assign each folder name following it to a string
variable. In this case, that would be Reports and Data_Reports. How can that
be done? Should I be using Split or some other formula?
Thanks.
Carlos