View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mark.diffley@gmail.com is offline
external usenet poster
 
Posts: 9
Default Determining Range of selected cell

How do I determine which cell is currently highlighted? I'm trying to
create a macro that will resort some data based on one columns value. I
have that part working, but after it's sorted i want to select the cell
that was originally selected before the macro ran. I tried searching
but couldn't figure out the proper search to use (i.e. the right
keywords to get what i want).

Any help?