Hello,
well as we know, MS is aware and working on a fix. We're also aware and working on going to Mars one day.
Thanks to everyone that has suggested workarounds but unfortunately none worked for us. The one that seemed most promising was to recompile the ACCDE file with the updated Access. However, we were not able to do that as our Access project relies on references to another ACCDE (third party solution) and Access was not able to read the reference to the ACCDE reference so compile would fail.
The only thing that worked (very well actually) was to roll back office to the version prior to the update. Unfortunately we have Office 365 Click-to-run (CTR) so there is no easy was to uninstall an update (via Windows uninstall for example).
I just wanted to share how we did this in case it can help others get up and running. It literally takes less than 5 minutes.
- download and run the Office Deployment tool here :
https://www.microsoft.com/download/details.aspx?id=49117
- Install in an easy access directory like C:/Temp
3 ) Open Notepad and paste the following:
<Configuration>
<Updates Enabled="TRUE" TargetVersion="16.0.15330.20230" />
</Configuration>
- Save the file as config.xml in the same directory as were you installed the Office Deployment tool in step 2
- Open an elevated command prompt (Start, cmd, run as administrator)
- Using the DOS prompts, navigate to your directory from step 2 and run the following command:
setup.exe /configure config.xml
- Once the update is downloaded and finished, open Word or Excel and go into File > Account
- In the product information section, Update options > Update now (this will do the revert)
- Although MS has probably stopped rolling out the problematic update, you should turn off automatic updates for a while to prevent an auto-update back tot he problematic version.
- To do this, File > Account > Product Information > Update options > Disable updates
That's it, you're back to before the nightmare.
In step 3, we revert back to version 20230. Depending on your type of Office, it might be something else. You can find the version history here :
https://docs.microsoft.com/officeupdates/update-history-office365-proplus-by-date?redirectSourcePath=%252fen-us%252farticle%252fae942449-1fca-4484-898b-a933ea23def7
All the info above is taken directly from MS Support here :
https://support.microsoft.com/en-us/topic/how-to-revert-to-an-earlier-version-of-office-2bd5c457-a917-d57e-35a1-f709e3dda841
In the end, it is still a pain to do this on numerous machines but it is a fix that does 100% work. It might be easier in the end to do this without having to change any coding in your Access project and will insure that everything will work once the fixed patched is released.
Finally, please note that once we reverted, our Access project would still not compile because the update had broken our references to the ACCDE our project depends on. Once we fixed the references, everything was working.
Good luck.
Mike