Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Everett James   on Aug 28 In MS Office Category.

  
Question Answered By: Volker Fischer   on Aug 28

It could be somethin in the worksheet  code like

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Selection.Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
End Sub

Share: 

 
 
Didn't find what you were looking for? Find more on Automatically sort column A Or get search suggestion and latest updates.


Tagged: