Hi,

In my project i have user form with three buttons start, pause and resume, start function will perform operation for around 10K data using for loop, and I want 2nd button to pause the function in between 100th or any position and 3rd button resume the same function from where it left. Please help on this I am trying to pause function its not working for me.

after clicking start button other button are not able to click, after 10K data entry is completed only I can able to click.

Thanks