I have unusual problems with a workbook, named DCT, that I am working on from two separate computers running two different versions of MS Excel. I have tried to find a solution on line but I'm obviously not searching for the correct thing.
My work computer is running 2007 while my home computer runs 2010. I only get these issues with MS Excel 2007. This has never been a problem when the DCT is opened in 2010. My colleagues, also running 2007, have the same issues with the DCT.
The problems in 2007 are;
1. When opening the DCT, if there are any other workbooks already open but their windows are not maximised then it is not possible to maximise the DCT window.
2. The close button at the top right of excel is disabled for the DCT but not on other open workbooks. The only way to close the DCT is to select close from the Office button menu. This would suggest that cancel = true in Workbook_BeforeClose but it isn't and even if I set it to false this makes no difference.
3. The DCT does contain VBA code but I have not intended for anything related to the above issues. I have no Workbook_BeforeClose events and I have not attempted to disable the close button in any version.
(I haven't uploaded a copy of the file yet as I will have to remove the sensitive data first - which is a lot!)
Many thanks in advance of your efforts to help
Will
My work computer is running 2007 while my home computer runs 2010. I only get these issues with MS Excel 2007. This has never been a problem when the DCT is opened in 2010. My colleagues, also running 2007, have the same issues with the DCT.
The problems in 2007 are;
1. When opening the DCT, if there are any other workbooks already open but their windows are not maximised then it is not possible to maximise the DCT window.
2. The close button at the top right of excel is disabled for the DCT but not on other open workbooks. The only way to close the DCT is to select close from the Office button menu. This would suggest that cancel = true in Workbook_BeforeClose but it isn't and even if I set it to false this makes no difference.
3. The DCT does contain VBA code but I have not intended for anything related to the above issues. I have no Workbook_BeforeClose events and I have not attempted to disable the close button in any version.
(I haven't uploaded a copy of the file yet as I will have to remove the sensitive data first - which is a lot!)
Many thanks in advance of your efforts to help
Will