I have a main folder located on the c: drive contains about twenty (20) subfolders. Each subfolder contains between 5 to 20 word files.
I need to create a form with VBA code (within Excel or word) to do the following:
1- Shows all the subfolders (i.e. tree view or list with check boxes, etc.). Allow user to choose what subfolders will be needed (i.e. check off or highlight the required subfolders)
2- Show the word files’ names which are located in the selected subfolders above (I think this could be also a tree view or list with check boxes, etc.). Allow user to choose what files are needed within the selected subfolders
3- Finally, copy only the selected files and their parent folders into another destination on the hard drive maintaining the same file/folder structure (i.e. only the selected files and parent folders).
I appreciate any help
I need to create a form with VBA code (within Excel or word) to do the following:
1- Shows all the subfolders (i.e. tree view or list with check boxes, etc.). Allow user to choose what subfolders will be needed (i.e. check off or highlight the required subfolders)
2- Show the word files’ names which are located in the selected subfolders above (I think this could be also a tree view or list with check boxes, etc.). Allow user to choose what files are needed within the selected subfolders
3- Finally, copy only the selected files and their parent folders into another destination on the hard drive maintaining the same file/folder structure (i.e. only the selected files and parent folders).
I appreciate any help