Issue
If an Office file has a UserForm which has Cycle Property set to “2 – fmCycleCurrentForm” (or any other control which has this property set) then the Office application may hang while trying to show this UserForm in Office 2016 Version 1609.
Cause
This is a bug which is being worked by Product group.
Workarounds
a. Move to Version 1608 following the article below
https://support.microsoft.com/en-us/kb/2770432
b. If there is a machine where you can open the file (older build of Office 2016 or older Office versions):
- Open the file
- Go to VBA IDE (by pressing alt + F11)
- Go through each forms in design mode and see if any of them has ‘Cycle’ property as ‘2’(fmCycleCurrentForm).
- If any form/frame has such value, make it ‘0’ (fmCycleAllForms).
Note: Issue can also occur if any ‘Frame’ control is set with cycle property ‘2’ as well