Application.FontItalic method (Project)
Applies or removes italic formatting from the selected text.
Syntax
expression. FontItalic
( _Set_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Set | Optional | Boolean | True if italic formatting is applied to the selected text. False if italic formatting is removed from the selected text. The default value is False if the selected text is italic and True if the selected text is not italic. |
Return value
Boolean
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.