View Single Post
  #1   Report Post  
Caveman1957 Caveman1957 is offline
Junior Member
 
Posts: 18
Question Coding Equivalent of CRL-A?

When in a worksheet I can manually select all cells by doing a control-A is there an equivalent I can use when coding?

I tried recording a macro and it just enters the particular range that was selected so is not dynamic in the way control-A is.

I am trying to do this as a precondition before doing a sort on all the data.