This is a large corporate outfit. I will never talk to the upper echelon IT people who push out security and program updates and expect us to just go with their flow. I'm a self-taught coder, gleaning stuff out of books and from forums like this one. Mebbe 15 years ago, with XL2003 (remember toolbars and buttons??), I created a macro-laden Excel file to help our local work section track workflow in various projects. (Note: I'm a tech writer, not a computer programmer. I've had one computer class in beginning Access database.) Over time, I've added a few bits and pieces of code to correct issues ("gee - I never expected someone to try to use it like that!"). But essentially it's still the same template. The file doesn't reach out to the internet for anything, but it does occasionally want to touch another local office network server - which may have changed addresses over the years.
Now, we are using Microsoft Office 365. And corporate - both global and local - IT dept keeps pushing security patches and other updates without any path for feedback for "how does this affect you?" And one by one our workflow tracker files are biting the dust. When we try to open them, Excel closes - not just that file, but any and every Excel file open on your machine just disappears. No error messages or pop-ups - just instantly gone. No rhyme or reason as to which one will die - no one user, or server location, or project demand set in common. Occasionally someone gets an error message about a corrupt file that needs repair, but not very often.
I can open the file in Protected view (hold Shift, right-click file and select Open in Protected view), and get the yellow banner on top with the button to Enable Editing. As soon as I click that, the file closes, even when holding Shift to prevent the auto-open macros from running. While in Protected view, I tried to Save As a non-macro file, but that command is disabled in Protected view. As soon as I selected Enable Saving, the file closed. I even tried the ZIP file trick, which worked to let me view the components. And I tried deleting all code in the VBA module and restoring the file - no go. At this point, my only solution is to try to slurp all the data off into a non-macro version of the workflow tracker, and then maybe add macro code back in one tidbit at a time to see where it chokes. I'm kinda suspecting it has something to do with the legacy Sharing mode and the changes to the Comments.
I've never had to deal with an issue on this scale. Our local IT people are good with network and Windows issues. But their answer to Excel macros issues is to delete and reinstall Office - all of it! If anyone has any suggestion to help me troubleshoot this, I'd really appreciate some help.
~~ Ed
Now, we are using Microsoft Office 365. And corporate - both global and local - IT dept keeps pushing security patches and other updates without any path for feedback for "how does this affect you?" And one by one our workflow tracker files are biting the dust. When we try to open them, Excel closes - not just that file, but any and every Excel file open on your machine just disappears. No error messages or pop-ups - just instantly gone. No rhyme or reason as to which one will die - no one user, or server location, or project demand set in common. Occasionally someone gets an error message about a corrupt file that needs repair, but not very often.
I can open the file in Protected view (hold Shift, right-click file and select Open in Protected view), and get the yellow banner on top with the button to Enable Editing. As soon as I click that, the file closes, even when holding Shift to prevent the auto-open macros from running. While in Protected view, I tried to Save As a non-macro file, but that command is disabled in Protected view. As soon as I selected Enable Saving, the file closed. I even tried the ZIP file trick, which worked to let me view the components. And I tried deleting all code in the VBA module and restoring the file - no go. At this point, my only solution is to try to slurp all the data off into a non-macro version of the workflow tracker, and then maybe add macro code back in one tidbit at a time to see where it chokes. I'm kinda suspecting it has something to do with the legacy Sharing mode and the changes to the Comments.
I've never had to deal with an issue on this scale. Our local IT people are good with network and Windows issues. But their answer to Excel macros issues is to delete and reinstall Office - all of it! If anyone has any suggestion to help me troubleshoot this, I'd really appreciate some help.
~~ Ed