Hi everyone,
I'm looking for a vba script which opens a subfolder in a maindirectory with only a part of the name known. I found something similar for files :
http://bytes.com/topic/visual-basic/answers/827411-searching-main-folder-all-sub-folders-file
example : c:\numbers\cars \10 big
c:\numbers\cara vans\15 big
If I fill in 15 and c:\numbers as maindirectory in vba the script should open the 15 big folder since 15 is in the name
I'm looking for a vba script which opens a subfolder in a maindirectory with only a part of the name known. I found something similar for files :
http://bytes.com/topic/visual-basic/answers/827411-searching-main-folder-all-sub-folders-file
example : c:\numbers\cars \10 big
c:\numbers\cara vans\15 big
If I fill in 15 and c:\numbers as maindirectory in vba the script should open the 15 big folder since 15 is in the name
Comment