Copy code

E

E.Z.

Hello,
Can I copy code objects - Classes, Moduls and "ThisWorkBook" - into another
WorkBook?

Tnx in advance
 
P

Patrick Molloy

open both workbooks ... the same excel app is fine but two excel app is ok
too.
go to the development environment and just drag/drop the modules from one
workbook to the other. copy is the default.
 
E

E.Z.

Its not what I want. I need a way to do it from my app.
Somthing like what Worksheet.Copy does.
 
Top