Propriedade ComboBox.MatchFound (Script do Outlook Forms)
Returns a Boolean value that indicates whether the text that a user has typed into a ComboBox matches any of the entries in the list. Somente leitura.
Sintaxe
expressão. MatchFound
expressão Uma variável que representa um objeto ComboBox.
Comentários
True if the contents of the Value property matches one of the records in the list. False if the contents of Value does not match any of the records in the list (default).
The MatchFound property is read-only. Não é aplicável quando a propriedade MatchEntry é definida como 2.
Suporte e comentários
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.