0

How would one use the contents of a text box to reference a specific cell? I would like to be able to enter a cell range (A1:A10, for instance) into two text boxes and then apply a function to that specific range of cells.

1 Answer 1

1
Range(textBox1.Text & ":" & textBox2.Text)
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.