Minimum Property (Read Only)
Syntax
CWStatistics.Minimum
Data Type
Purpose
Returns the minimum 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