Hello All!!!
I'm trying to wrap my brain around a little problem I'm having. I've create a code to automate some processes in an excel workbook for my office, however it tends to take a little while to iterate and complete the process.
To keep any users of the workbook from freaking out and thinking excel is hanging on them, I've also implemented a progress bar on a Userform.
Untitled.png
While I've got the '% Complete' section figured out, I am trying to also show the elapsed time it is taking to run the macro. My current code simply updates the userform with the elapsed time for the procedure, but I would like to have it constantly updating the elapsed time. Despite countless searching, I can't find anything that gives me insight into how you show the elapsed time in real-time while also letting the macro run in the background.
Any help with this issue would be greatly appreciated. I've attached some of my code in hopes someone out there can help. Thanks in advance!!!
![]()
Please Login or Register to view this content.
Bookmarks