Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 530 Bytes

Reckon

A simple time estimation function.

Getting Started

Simply import into your Workbook or Personal Workbook in /XLSTART!

Call inside your work loop

Application.StatusBar = EstimateTick(index,count)

Works VERY well with ExcelProgress

ProgressBar xUpdateMeter, EstimateTick(indexNumber,whatever.Count), indexNumber

Authors