Customised Progress Bar
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)
Attachment | Size |
---|---|
CustomProgressBar.xlsm | 21.74 KB |
»
- Vishesh's blog
- Login or register to post comments
- 9664 reads
show progress bar while macro running
Dear Vishesh
how to show progress bar while a macro is running?