hi Vilem,
Vilem Sova wrote:
[Quoted Text] > I've been battling with the Dir function, to try to get a list of all > subdirectories (including lower subdirectories) within a particular > directory - but without much success. > I'm sure I've seen code somewhere that'll do the trick.
Use Dir("Path", vbDirectory). Executing Dir() subsequently will give you normal files and folders in "Path".
mfG --> stefan <--
|