Skip to content

A simple progress bar that works like Access's SysCmd bar.

License

Notifications You must be signed in to change notification settings

groovyMysterioso/ExcelProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExcelProgress

A simple progress indicator that works the same way as Access SysCmd.

Imgur Imgur

Getting Started

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

Authors

About

A simple progress bar that works like Access's SysCmd bar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published