I have the following code that should copy a macro in the current workbook to another workbook I just created from VBA code.
Const MODULE_NAME As String = "ShowE" ' Name of the module to transfer
Const TEMPFILE As String = "c:\Modul.bas" ' temp textfile
Rem ** export the...