How to create validation range from value that input by user?
- by Ekkapop
I want to create a validation range in cell "A1". This validation allow user to input value from 1 to x, while x refer to value user input in "B1". For example, if user input value 100 in "B1" then we can input only 1 to 100 in cell "A1".
I want to know how to do this in C#?