indi visual
Member
Simple Question...
I'm simply looking to select from a START POINT in the row to an END POINT in the active row (i.e. whichever row the active cell happens to be in of course).
A straight line selection on the active cell row is all I'm needing help with, but the tricky part I'm running into is that-
For instance... if my active cell happened to be in A1...
Range("A1:G1").Select
However, the only catch is that there could be random data scattered in any one cell in this snippet of row (so a contiguous code will not work).
Also, I never know which row I'll actually be on (hence A1:G1 was just an example).
I've always struggled with these types of selections, so any help is extreeemly appreciated.
I'm simply looking to select from a START POINT in the row to an END POINT in the active row (i.e. whichever row the active cell happens to be in of course).
A straight line selection on the active cell row is all I'm needing help with, but the tricky part I'm running into is that-
For instance... if my active cell happened to be in A1...
Range("A1:G1").Select
However, the only catch is that there could be random data scattered in any one cell in this snippet of row (so a contiguous code will not work).
Also, I never know which row I'll actually be on (hence A1:G1 was just an example).
I've always struggled with these types of selections, so any help is extreeemly appreciated.