jonathanchye
Registered User.
- Local time
- Today, 22:31
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
I've managed to get my hands on some code examples for progress bars but they all rely on a preset countdown value. For example the value of 60000 will show a progress bar that takes around a minute to countdown.
I am wondering if there is a way to invoke system based values. I am asking because I have a VBA code that takes around 10-15 seconds to run (calculations) depending on machine capabilities and network speed. Is there a way to show a progress bar telling users % of the current calculation process?
Thank you.
I've managed to get my hands on some code examples for progress bars but they all rely on a preset countdown value. For example the value of 60000 will show a progress bar that takes around a minute to countdown.
I am wondering if there is a way to invoke system based values. I am asking because I have a VBA code that takes around 10-15 seconds to run (calculations) depending on machine capabilities and network speed. Is there a way to show a progress bar telling users % of the current calculation process?
Thank you.