Inserting a module into a new workbook using VBA
问题 I've had a trawl around the net and can't seem to find a simple solution to this one so hopeing you can help. I have a Macro at the moment which takes data from a .txt file and overwrites an excel file with the latest data every 3 minutes. It names the new file using the date and time of the overwrite. What i would like is for the workbook with the 'create new workbook' macro to also add a new module into each new workbook as it is created, including a pre-written macro inside the module (The