I need to know what sorting is active in the current view (VBA, MSP2000) -
is there something similar to CurrentGroup or CurrentFilter that tells me
the name of the column of the current sorting?
I couldn't find anything in the help...
Thank you.
Rainer Kegel
Unfortunately, you can not find out the current sort criteria
programmatically (Even though you can apply the sort criteria
programmatically using sort method).
One Bizarre way to find out would be to write a routine which checks each
field, to see if they are in continuous ascending or descending order.
Regards
Venkata Krishna
Rainer Kegel <rainer...@scheuring.ch> wrote in message
news:ed0fPkk8$GA.196@cppssbbsa05...