I have a macro that copies an excel file(lets call it file#1), closes it, saves it as another file name(lets call it file#2 which now contains the main macro), executes several commands, assigns 3 other macro's to commandbars, then before it closes it is saved to another filename(lets call it file#3). <br><br>My problem is that the commandbars are installed to file#2(which happens to be the file containing the main macro) and not file#3 where I want them. <br><br>How do I get the commandbars into the final file (file#3).