Progress bar in vba
I’m working with a macro that takes a long time to execute (>1 min) and I want to improve it by adding a progressbar.
I’ve followed multiple tutorials that all say to create a userform, add an element and modify its width (like here : https://www.excel-easy.com/vba/examples/progress-indicator.html).