Thanks, that way seemed to almost work
Application.Goto Reference:="ID"
LastCell = [A65536].End(xlUp).Offset(1, 0).Address
Range(LastCell).Select
The problem is that I have my data, then some formulas..then a table below that, and the code you gave me seems to jump all the way down past everything..I want it to just go to the end of my data, or the end of my data+1.
Thanks for any more help