0
Hello, I have a file (I will call WB1) in Excel, with two macros. One of them (macroA) does a data processing and formatting. The other (macroB) creates a new file . xlsm (WB2) and copies some data from WB1.
However, WB2 also needs to have the macroA.
How can I make this "import" of a macro between the files in VBA? The import code would be inside macroB.
See how to program on VBA Editor or the following reply from Soen
– danieltakeshi