Copy code

  • Thread starter Thread starter E.Z.
  • Start date Start date
E

E.Z.

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

Tnx in advance
 
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.
 
Its not what I want. I need a way to do it from my app.
Somthing like what Worksheet.Copy does.
 
Back
Top