Maximum Property (Read Only)
Syntax
CWStatistics.Maximum
Data Type
Purpose
Returns the maximum value of any pointer since the statistics were last reset.
Example
'Output the min, max, and mean
MsgBox CWSlide1.Statistics.Maximum
MsgBox CWSlide1.Statistics.Minimum
MsgBox CWSlide1.Statistics.Mean
'Reset the statistics
CWSlide1.Statistics.Reset