R
robboll
Is it possible to derive the full subdirecory name from the first few
characters of the subdirectory?
In other words, if we know that TID(123) is part of the subdirectory
name:
"\\MyServer\MyFolders\TID(123) a folder description goes here\"
So if I start with a common base folder:
"\\MyServer\MyFolders\"
What code can be used to return the complete path using just "TID
(123)" as the search string?
In DOS if you use a wildcard dir \\MyServer\MyFolders\TID(123)* it
will return the full path.
I'm looking for the same thing using strictly VBA? Is this possible?
Thanks for any help with this.
RBollinger
characters of the subdirectory?
In other words, if we know that TID(123) is part of the subdirectory
name:
"\\MyServer\MyFolders\TID(123) a folder description goes here\"
So if I start with a common base folder:
"\\MyServer\MyFolders\"
What code can be used to return the complete path using just "TID
(123)" as the search string?
In DOS if you use a wildcard dir \\MyServer\MyFolders\TID(123)* it
will return the full path.
I'm looking for the same thing using strictly VBA? Is this possible?
Thanks for any help with this.
RBollinger