J
Jeff
Hi,
I have a userform, and you enter a number. Then based on the input the
userform runs code that uses the number. Usually I have the input box, where
the number is input, linked to the worksheet, then the code references the
worksheet
x = Sheets("Sheet1").range("a1").value
then it does the code, but is their a direct way to set variables using the
input in the userform.
I have a userform, and you enter a number. Then based on the input the
userform runs code that uses the number. Usually I have the input box, where
the number is input, linked to the worksheet, then the code references the
worksheet
x = Sheets("Sheet1").range("a1").value
then it does the code, but is their a direct way to set variables using the
input in the userform.