I have a UserForm with ~25 fields (TextBoxes and ComboBoxes) ...
Some are set to Read Only through their properties, but I want to make ALL fields Read Only if a particular TextBox <> "" ...
i) how do I select ALL fields and
ii) make them all Read Only
... in VBA
(I'm going round in circles!)
Thanks ...
Some are set to Read Only through their properties, but I want to make ALL fields Read Only if a particular TextBox <> "" ...
i) how do I select ALL fields and
ii) make them all Read Only
... in VBA
(I'm going round in circles!)
Thanks ...