G
Guest
I'd like to start in a folder and have VBA loop through the folders within
that folder...
Start in myFolder
goto first subfolder
import *xls File
goto next folder
import xls file
until no more folders.
The Excel part I've got, I just can't seem to figure out the code.... So
far.....
DIM yadda yadda..
Set strFolderNames = "path to my primary folder"
set fso = CreateObject("Scripting.filesystemobject")
I'm lost after that......
Help me Obi Wan Kanobi... You're my only hope.
Crusty.
that folder...
Start in myFolder
goto first subfolder
import *xls File
goto next folder
import xls file
until no more folders.
The Excel part I've got, I just can't seem to figure out the code.... So
far.....
DIM yadda yadda..
Set strFolderNames = "path to my primary folder"
set fso = CreateObject("Scripting.filesystemobject")
I'm lost after that......
Help me Obi Wan Kanobi... You're my only hope.
Crusty.