Places the specified string in the history list of the animation expression control. It will subsequently appear in the history drop-down combo box of the animation dialogs, VBA forms which contain an expression control (such as the animation experts) and chart pen configuration.
Syntax
object.SaveToHistoryList szHistoryItem
Properties
The SaveToHistoryList method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
szHistoryItem |
String. The item to save to the history list. |
Return Value
Integer. Returns 1 if the operation was successful.