I am trying to figure out how to use VBA to do the following in Excel versions 2003, 2007, 2010 (hopefully it's the same for all of them): Search for the last cell in column A with a constant value in it. Select all data from A2:I2 to the row with the last constant data value in it from the search above.
For example, if the last row with constant data in column A is A13, then I would want to select A2:I2 through A13:I13.