Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
True si se puede mostrar al función de información sobre herramientas. Boolean de lectura y escritura.
Sintaxis
expresión. DisplayFunctionToolTips
expresión Variable que representa un objeto Application.
Ejemplo:
En este ejemplo, Microsoft Excel notifica al usuario el estado de mostrar información sobre herramientas de función.
Sub CheckToolTip()
' Notify the user of the ability to display function ToolTips.
If Application.DisplayFunctionToolTips = True Then
MsgBox "The ability to display function ToolTips is on."
Else
MsgBox "The ability to display function ToolTips is off."
End If
End Sub
Soporte técnico y comentarios
¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.