I have a large reference spreadsheet (stats.xls) that I normally keep hidden and that always opens with excel (as many of my spreadsheets need to reference worksheets in stats.xls in equations) by storing it in C:\Users\Username\AppData\Roaming\Microsoft\Excel\XLSTART.
All of my colleagues have a similar set-up, but we run different versions of Excel and so the file has to be stored in different folders on each computer (if we want it open in the same manner). This is fine except for when we transfer files to each other - at this point some equations have to be updated with the new directory that the stats.xls file is stored in.
We also have a custom function Add-in file stored under C:\excel and each version of excel seems not to have a problem running this add-in on start-up.
After thinking that the stats.xls problem could be resolved by saving it as an Add-in, I tested this and it seemed to work. My question is - can the worksheets in this file, which is now stats.xlam, be edited without having to keep a .xls version of the file and overwriting the .xlam with the updated version of the .xls saved as the .xlam?
Bookmarks