Resolved=> Expression that has no value error
Please add below line code after acOptionGroup, acComboBox to fix this error:
Select Case ctl.ControlType
Case acTextBox, acCheckBox, acOptionGroup, acComboBox
If .ControlType = acTextBox Then 'THIS IS THE CODE