How to create validation range from value that input by user?
Posted
by Ekkapop
on Stack Overflow
See other posts from Stack Overflow
or by Ekkapop
Published on 2010-03-23T04:12:59Z
Indexed on
2010/03/23
4:21 UTC
Read the original article
Hit count: 403
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#?
© Stack Overflow or respective owner