VBA Tips & Tricks: VBA Dir Function to Get Sub Directories
Get Sub Directories using VBA Dir Function The below function is used to get the immediate sub-directories for a given directory. If you want to dig deep into the directory structure then you need to iterate the sub-directories as well Sub Get_All_SubDire...