P pogi28 New Member Apr 23, 2021 #1 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.
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.
Marc L Excel Ninja Apr 23, 2021 #2 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 …
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 …