0
votes

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

1 Answers

1
votes
Range(textBox1.Text & ":" & textBox2.Text)