I'm trying to use VBA (novice!) to update a range of data, and I need to find the end of that range and then paste in new data. I'm currently selecting cell A1, moving to the bottom of that range, then trying to move one more cell down to get out of the filled-in area. Here's my code...