Hello,
If I want to select rows 5 to 10, inclusive, I can use this statement:
Rows("5:10").Select
However, to make this more dynamic, I have stored the start row in A1 and the end row in A2.
What would the select statement look like, if I wanted it to use A1 and A2?
Also, do A1 and A2 have...