I am very new to Visual Basic but do have a slight background in Java. I do not know how to explain the problem I am having so I will provide an example and hopefully someone can help me.
I am using Excel and need to input a number then have the sheet search for that number then return a number from a different cell.
For Example
input the number "65" in cell B1.
theres a list of numbers from 18 to 121 in column A so that the number is 65 is in cell A35. then the number 10 is in cell C35, just two cells to the right.
How do I write it so that the number 10 will be returned when I input the number 65 in cell B1?
I am using Excel and need to input a number then have the sheet search for that number then return a number from a different cell.
For Example
input the number "65" in cell B1.
theres a list of numbers from 18 to 121 in column A so that the number is 65 is in cell A35. then the number 10 is in cell C35, just two cells to the right.
How do I write it so that the number 10 will be returned when I input the number 65 in cell B1?