I just realised that the "Save Workspace" feature has been removed in Excel 2013.
Does anyone know of a workaround?
I was considering writing a macro to:
create a new workbook
note all open workbooks and the settings, (number of windows, positions, placement etc.)
store that data in the workbook
add code to it
then save it as "Resume_Workspace.xlsm" or something similar
then close it.
The code would be in the Open Workbook event and would cause it to open and set up the files whose details were stored, then close itself.
However, that seems a mite tedious if anyone has a better way, or has already posted the code for the above.
So, does anyone have any info?
Does anyone know of a workaround?
I was considering writing a macro to:
create a new workbook
note all open workbooks and the settings, (number of windows, positions, placement etc.)
store that data in the workbook
add code to it
then save it as "Resume_Workspace.xlsm" or something similar
then close it.
The code would be in the Open Workbook event and would cause it to open and set up the files whose details were stored, then close itself.
However, that seems a mite tedious if anyone has a better way, or has already posted the code for the above.
So, does anyone have any info?