VBAEXCELNew
New Member
- Joined
- Apr 3, 2023
- Messages
- 38
- Office Version
- 365
- 2021
- Platform
- Windows
Hello,
I am currently stuck in this condition where if the user select a drop down list where if they select others a new input box appear for them to type in where it indicate please specify
Here the example below:
If user select Others in drop down this field appear asking user to please specify
if user select Not Others this field will be disable
Since if that the case how can i write a way that i can write a text in "Please specify" area without removing the formula and wise how can i dont let the user write in this column if they didnt choose "Others"
I believe i have to write using vba ?
I am currently stuck in this condition where if the user select a drop down list where if they select others a new input box appear for them to type in where it indicate please specify
Here the example below:
If user select Others in drop down this field appear asking user to please specify
if user select Not Others this field will be disable
Since if that the case how can i write a way that i can write a text in "Please specify" area without removing the formula and wise how can i dont let the user write in this column if they didnt choose "Others"
I believe i have to write using vba ?