Customised Progress Bar

Vishesh's picture

Download the attached Excel workbook to see how the customised progress bar works. To implement this in your project simply copy the form (frmProgress) and general module (modProgressBar). And then, you just need to call ShowProgress procedure like this

Call ShowProgress("Task 4", 10)  
where "Task 4" is the task name and 10 is percentage completion of the task.

Customised Progress Bar

AttachmentSize
CustomProgressBar.xlsm21.74 KB
NimaIranian's picture

show progress bar while macro running

Dear Vishesh

how to show progress bar while a macro is running?