I am trying to copy a module from one excel workbook to another using VBA.
My Code:
\'Copy Macros Dim comp As Object Set comp = ThisWorkbook.VBProje
Shai Rado's method of export/import has the advantage that you can split them, i.e. export the module from the source workbook as one step and then import them into multiple target files!