Comment.DateTime Property
PowerPoint Developer Reference |
Returns the date and time a comment was created.
Syntax
expression.DateTime
expression A variable that represents a Comment object.
Return Value
Date
Remarks
Don't confuse this property with the DateAndTime property, which applies to the headers and footers of a slide.
Example
The following example provides information about all the comments for a given slide.
Visual Basic for Applications |
---|
|
See Also