I validated on 3 systems that the Beta 2211 version does indeed fix the issue... finally! I've been rolling it out only to those who need it. The switch can be made by either allowing the user to switch it manually or via command line:
Update the following registry keys (cmd line entry method):
reg add HKLM\Software\Policies\Microsoft\office\16.0\common\officechannelexposure /v betachannel /t REG_DWORD /d 1
reg add HKLM\Software\Policies\Microsoft\office\16.0\common\officechannelexposure /v currentpreview /t REG_DWORD /d 1
reg add HKLM\Software\Policies\Microsoft\office\16.0\common\officechannelexposure /v current /t REG_DWORD /d 1
reg add HKLM\Software\Policies\Microsoft\office\16.0\common\officechannelexposure /v monthlyenterprise /t REG_DWORD /d 1
For some reason, when I add: Enterprise SemiAnnual and SemiAnnualPreview to the registry, it does not show up as an option in the steps below. This must be done manually.
Change Channel in Office:
Open any office app (Word, Excel, etc.)
Select File > Account > Update Channel
Check the fox for I will manage my Office update channel
Select the channel in the dropdown
Check the **Check for and apply updates for Office,**then OK
Office will download and install the newly selected version.
Manually via command line:
To change to another channel, enter one of the following lines:
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=BetaChannel
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=CurrentPreview
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=Current
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=MonthlyEnterprise
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=SemiAnnualPreview
c:\Program Files\Common Files\Microsoft Shared\ClickToRunOffice\C2RClient.exe /changesetting Channel=SemiAnnual
Seal the deal (this will initiate an update and install of the new Office version):
1
c:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe /update user