So I have created this long involved macro that finally works. I created a new toolbar, put a button on that toolbar, and pointed the button the the macro. Everything is good. Now I want to save it as an xla so I can just put it in everyones excel startup folder, but I'm missing something here. When I save it as an xla the macro button stops working. It tries to point to the macro in another workbook. I have tried creating the xla from scratch and importing the bas and form file into it, but I can't figure out how to access it in the xla file. If I create a SPREADSHEET and import the bas file and form file, it appears as a macro in the macro list. But it wont appear in the macro list in the xla file - I guess because there is no actual workbook open in an xla file? So I guess my question is: How do I create an xla file to place in the ...excel\xlstart folder that contains the macro (that I have already created and know how to import)and a button on a toolbar, so that the button shows up when excel is opened and the macro works? Thanks in advance.