Thread: Import Modules
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Import Modules

I'd start with Chip Pearson's site:
http://www.cpearson.com/excel/vbe.aspx

Alternatively, I'd create a workbook that had all the modules I
needed--including the userforms and save it as a template. Then I'd use that as
the basis for any new workbook.

(It may not work for what you're doing.)

Bre-x wrote:

Hi,
I would like to create a macro to import
a Modules and a From another worksheet.

Thank you all


--

Dave Peterson