You need to roll back the version.
Sample scripts below:
I've got a fix, after this hit several of our clients. Performing a rollback fixed it, must be a bad office update. open cmd, run:
cd “\Program Files\Common Files\microsoft shared\ClickToRun”
then:
officec2rclient.exe /update user updatetoversion=16.0.6366.2062
EDIT: u/peEtr had success as well, with a more recent version (June24th). Change the second command to:
officec2rclient.exe /update user updatetoversion=16.0.12827.20470
For office 2019:
officec2rclient.exe /update user updatetoversion=16.0.12730.20352
--------------------------------------------------------------------------------------------------------
Works for us. You can also consolidate it to one command:
"%Programfiles%\Common Files\microsoft shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.12827.20470
We're pushing it out thru PDQDeploy
------------------------------------------------------------------------------------------------------------
if you want to do this behind the scenes and force the Office apps to close, also in one line.
"C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.12827.20470 displaylevel=false forceappshutdown=true