I followed your directions, but either I’m being very dense or there’s something missing. When I try to run the macro, nothing happens. I thought this would bring my cursor to the last cell after my data.
This is what my macro looks like:
Sub ResetRange()
ActiveSheet.UsedRange
End Sub
What have I done wrong?