Multi-Sort
This programme is presented to you by:
An den Eichen 49
64546 Mörfelden-Walldorf
Deutschland / Germany
| jpa [at] abiss [dot] de | |
| Phone | 00496996868760 | 
| Facsimile | 00496996868759 | 
| Website | www.abiss.de | 
| Category: | System Utilities / Other | 
| Version: | 2.0 | 
| Release date: | 2007-09-01 | 
| Size: | 100 | 
| OS: | Win 98 / ME / NT / 2000 / XP | 
| Requirements: | MS Excel 2000 or higher | 
| Languages: | German, English | 
| Downloads: | 0 in November / 196 in total | 
Rating: 3.44/10 (16 votes cast)
| Download: | www.abiss.de/downloads/public/multisort.zip | 
| Infopage: | www.abiss.de/hauptseite/produkte_100103_100105.html | 
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
Show / Hide
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.
