i am using vba
when i execute pgm .lookin is default show
.lookin=C:\Documents and Settings\db2admin\My Documents
i dont want this deault value
Folder values =user select any one
if suppose didn't select any thing (folder ="")
at a time it will take default values
how overcome this problem
this my come
With Application.FileSearch
.NewSearch
.LookIn = Folder
.Execute
.SearchSubFolders = True
.FileType = msoFileTypeAllFiles
.Execute