View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ting Ting is offline
external usenet poster
 
Posts: 3
Default Click event sort ascending then descending

I have a macro that sorts ascending when first clicked. Is there a way to
sort descending automatically if same button clicked a second time. I tried
to set a global variable to track what was used last time, but received an
error. The only way I can think of is to write to a cell in the spreadsheet
the last sort state.

Am I on the right track?