Importing all components in a folder

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

Hey guys

I have a folder called...
Q:\CS Management Reports\Reports Setup\Administrator
Files\Exported Modules

This folder contains all the VB components in a project.
The files have .cls, .bas, .frm, .frx extensions. I need
a code that will import all these files in this folder
into OPEN Workbooks("ImportData.XLS").


How do I do this?
 
Back
Top