GetTrendAnalysis

<< Click to Display Table of Contents >>

 

GetTrendAnalysis

GetTrendAnalysis([Title])

Returns an object that allows configuring a TrendAnalysis window. The Title parameter indicates a title, optional, for the TrendAnalysis window. If this parameter is omitted, the TrendAnalysis window receives the expression "TrendAnalysis". In a script, users must use this method according to the next code.

Sub
  Set TA = Application.GetTrendAnalysis("TrendAnalysis Window")
End Sub

 

For more information about properties and methods of this object, please check topic TrendAnalysis.

Was this page useful?