View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
yogeshyl yogeshyl is offline
external usenet poster
 
Posts: 1
Default Sorting a Column in ascending order in excel vba

I need a code to sort a column in a excel file in ascending order. I had used
the below code
Range("A1").SortSpecial SortOrder:=xlAscending

but its giving error. Kindly guide me on this.

Yogesh