I\'d like to select to the bottom of the worksheet, but not below what is used/stored. I might have 10,000 rows, but I certainly don\'t have 65,536. I won\'t know ahead of
The simplest way is to start at the bottom and work up to find the last row that contains something: Range("a65536").end(xlup).row