COMAddIn.Description property (Office)
Gets or sets a descriptive String value for the specified COMAddin object. Read/write.
Syntax
expression.Description
expression Required. A variable that represents a COMAddIn object.
Example
The following example displays the description text of the Microsoft Accessibility COM add-in for drawing.
MsgBox "The description of this " & _
"COMAddIn is """ & Application.COMAddIns. _
Item("msodraa9.ShapeSelect"). _
Description & """
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.