Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Indicates whether the text that a user has typed into a combo box matches any of the entries in the list.
Syntax
object.MatchFound
The MatchFound property syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
Return values
The MatchFound property return values are:
| Value | Description |
|---|---|
| True | The contents of the Value property matches one of the records in the list. |
| False | The contents of Value does not match any of the records in the list (default). |
Remarks
The MatchFound property is read-only. It's not applicable when the MatchEntry property is set to fmMatchEntryNone.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.