A simple progress indicator that works the same way as Access SysCmd.
Simply import into your Workbook or Personal Workbook in /XLSTART!
Initialize the progress bar as in Access
ProgressBar xlInitMeter, "Initializing", whatEver.Count
Then update
ProgressBar xlUpdateMeter, "Completed", indexNumber
Finally destroy the progress bar
ProgressBar xlRemoveMeter
Works VERY well with Reckon
ProgressBar xUpdateMeter, EstimateTick(indexNumber,whatever.Count), indexNumber
- James Pritts - Initial work - GroovyMysterioso