View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
browie browie is offline
external usenet poster
 
Posts: 21
Default Sorting sheet problem

Thank you exactly what i needed

Greg
"Vasant Nanavati" <vasantn AT aol DOT com wrote in message
...
Sure. Something like:

With Worksheets("dayoptions")
.Range("A1:A1000").Sort Key1:=.Range("A1")
End With

--

Vasant



"browie" wrote in message
...
Is it possible to sort a worksheet with out actually making it the active
sheet?

The sheets name is "dayoptions" and I want to sort column a into
ascending order

Thanks in advance

Greg