MS Excel
TalSolution
Saving Center
MS Excel
MS Access
SQL
Google Blogger
VBA Sort a range
Sort Column B to H based on column B, first row includes header.
Range("B:H").Sort Key1:=Range("B2"), _
Order1:=xlAscending, Header:=xlYes, OrderCustom:=1, _
MatchCase:=False, Orientation:=xlTopToBottom
Newer Post
Older Post
Home