Vamos ordenar o range "B2:B10" da sheet "Plan1" via VBA com o seguinte código:
With
ActiveWorkbook.Worksheets("Plan1").Sort .SetRange Range("B2:B10" ) .Header = xlNo .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply
End With
Obrigado pela visita!
www.exceleaccess.com
contato@exceleaccess.com
www.exceleaccess.com
www.exceleaccess.com
www.exceleaccess.com