Workbook.RemovePersonalInformation Property
True if personal information can be removed from the specified workbook. The default value is False. Read/write Boolean.
Syntax
expression.RemovePersonalInformation
expression A variable that represents a Workbook object.
Example
In this example, Microsoft Excel determines if personal information can be removed from the specified workbook and notifies the user.
| Visual Basic for Applications |
|---|
|