Thread: sorting
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default sorting

Hi
for an automatic sort you'll need VBA.

--
Regards
Frank Kabel
Frankfurt, Germany

"Tomasz Lelek" schrieb im Newsbeitrag
...
Hello,
I wrote macro which generates forms filled with zeros.User inserts

values
into forms instead of zeros and now I need these values to be sorted

during
or automaticaly after finishing of insertion of all. I tried pivot

table,but
it needs to be refreshed manually.I would like to avoid creating this

form
with macro in it, but if this can't be done other way,please tell me

how can
I do it.
Thanks
Tom