Hi, I'm currently working on a document which has about 25 columns, each headed by a date. Now I have to sort these columns by date. However, the sorting should not start with January and run until December. In my document, the sorting should start with September, and run until June (July and August can be omitted, as my document relates to a schoolyear, which runs from September to June in Belgium).
Is there anyone who can help me with the code for this kind of sorting? I first select the required range, and then use Selection.Sort, but then it always sorts starting with January.
Many thanks in advance!
Kind regards, Marc