Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt an, wie die Eigenschaften Column und CompareTo für ein ODSOFilter -Objekt verglichen werden.
Name | Wert | Beschreibung |
---|---|---|
msoFilterComparisonContains | 8 | Column matches CompareTo if any part of the CompareTo string is contained in the Column value. |
msoFilterComparisonEqual | 0 | Column matches CompareTo if the CompareTo value is the same as the Column value. |
msoFilterComparisonGreaterThan | 3 | Column matches CompareTo if the Column value is greater than the CompareTo value. |
msoFilterComparisonGreaterThanEqual | 5 | Column matches CompareTo if the Column value is greater than or equal to the CompareTo value. |
msoFilterComparisonIsBlank | 6 | Column passes filter if Column is blank. |
msoFilterComparisonIsNotBlank | 7 | Column passes filter if Column is blank. |
msoFilterComparisonLessThan | 2 | Column matches CompareTo if the Column value is less than the CompareTo value. |
msoFilterComparisonLessThanEqual | 4 | Column matches CompareTo if the Column value is less than or equal to the CompareTo value. |
msoFilterComparisonNotContains | 9 | Column matches CompareTo if any part of the CompareTo string is not contained in the Column value. |
msoFilterComparisonNotEqual | 1 | Column matches CompareTo if the CompareTo value is not equal to the Column value. |
Support und Feedback
Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.