I have a file called Personal.XLSB that stores all of the macros I have written. This file is stored in Program Files/Microsoft Office/Office12/XLSTART and it loads every time Excel starts.
So I've got some macros that are scheduled to run automatically. When they run, they'll open a new instance of Excel. However, because Excel is already open, I get an error because it tried to load my Personal.XLSB file and tells me "The file is already open, would you like to open as read-only?"
My macros always get stuck because that error message gets in the way. Is there a way to get this error message out of the way or work around it?
So I've got some macros that are scheduled to run automatically. When they run, they'll open a new instance of Excel. However, because Excel is already open, I get an error because it tried to load my Personal.XLSB file and tells me "The file is already open, would you like to open as read-only?"
My macros always get stuck because that error message gets in the way. Is there a way to get this error message out of the way or work around it?