• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Display Count up Timer without affecting userform task

pogi28

New Member
Hello.. Newbie here.
Im working with small project. I want to display count up timer in my userform without affecting other task like other macros in it.
 
Hi,​
as VBA is not multi tasks it may affect and slow down the main execution.​
You can add the timer like display within the main procedure at each iteration for example …​
 
Back
Top