Cookie Consent by Privacy Policies website
 
Language selection:   Deutsch   Deutsch   |   English   English

Multi-Sort

This programme is presented to you by:

E-mail:jpa [at] abiss [dot] de
Phone:00496996868760
Facsimile:00496996868759
Website:www.abiss.de
Category:System Utilities / Other
2.0
2007-09-01
100 KB
Win 98 / ME / NT / 2000 / XP
MS Excel 2000 or higher
Languages:German, English
4 in April / 124 in total
 

Rating: 3.53/10 (15 votes cast)

 
Multi-Sort

MULTI-SORT für MS Excel 2000 oder höher

Was macht das Add-In Tool?
Mit diesem Add-In können mehr als 3 Felder auf einmal sortiert werden.
Es können BELIEBIG VIELE Felder als Sortikriterium angegeben werden!
Multi-Sort kann über ein Dialogfenster aufgerufen werden oder direkt aus VBA über einen Funktionsaufruf.

Installation:
- Starten Sie MS Excel
- Wählen Sie den Befehl: Extras/Add-Ins.../Durchsuchen
- Fügen Sie die Datei 'multisort.xla' hinzu, fertig

Aufruf des Tools per Dialogfenster:
Im Standard-Menüpunkt 'DaTEN' (und auch in der Symboleiste 'Standard') finden Sie nach der Installation den Befehl 'Sortieren mit Multi-Sort...'

Per vba:
Public Sub Beispiel2()
Dim Ergebnis As Boolean
Ergebnis = Run("MultiSortDialog")
If Ergebnis Then
MsgBox "Aufruf erfolgreich!", vbInformation
Else
MsgBox "Aufruf fehlgeschlagen!", vbCritical
End If
End Sub

So sortieren Sie den Bereich D3:H100 nach den Spalten D,F,G,H (Spalte F absteigend):
Public Sub Beispiel()
Dim Ergebnis as Boolean
Ergebnis = Run("MultiSortieren", Range("D3:H100"), "1;3;4;5","1,2")
If Ergebnis Then
MsgBox "Erfolgreich sortiert!", vbInformation
Else
MsgBox "Fehlgeschlagen!", vbCritical
End If
End Sub

 

Update-Infos for Multi-Sort

Here you can subscribe for the update infos for this programme. You will then receive an e-mail notice each time an update has been submitted for this programme.

In order to subscribe for the update infos, please enter your e-mail address below. You will then receive an e-mail with a link, which you need to click in order to confirm you subscription.

You can unsubscribe from the list at any time. For this purpose, you will find a link at the end of each update info e-mail.

This service is completely free of charge for you.

Subscribe for update infos
Verification
 

Comments on Multi-Sort

There are no comments to this programme.

Write a comment
 

Log in for Authors

Link-Partners

Log in for Link-Partners