View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Importing all components in a folder

http://www.cpearson.com/excel/vbe.htm

should have something on it.

--
Regards,
Tom Ogilvy

"Todd Huttenstine" wrote in message
...
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?