Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help modifying Ron de Bruin's MergeAllWorkbooks subroutine
(http://msdn.microsoft.com/en-us/library/cc837974.aspx) so that it will consolidate all workbooks with a specific name, but each workbook will be in a different sub-folder. So my files look like this: Main Directory Sub-Folder1 File.xls Sub-Folder2 File.xls ..... Sub-FolderXX File.xls So I want to modify Ron's routine so it crawls all the sub-folders, and consolidates all of the File.xls files into a single workbook. The added complexity is that some sub-folders may not have a "File.xls" in them, so the routine needs to be able to handle this. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call a subroutine using variable subroutine name | Excel Discussion (Misc queries) | |||
Ron de Bruin's Google Add-in 6.01 | Excel Discussion (Misc queries) | |||
Modifying Ron De Bruin's "Create summary sheet from different workbooks" | Excel Programming | |||
Ron de Bruin's Calendar | Excel Discussion (Misc queries) | |||
How To Quit Subroutine from a called subroutine | Excel Programming |