Forum Discussion
AnusornKh
Apr 25, 2023Copper Contributor
Auto-Refresh textbox in Realtime if Value Changes
Hi guys, I have created a Userform using VBAs. there is a textbox (txt.TotalPrice) that references the value from my Worksheet cell H17 It shows the data correctly but i also want it to u...
AnusornKh
Apr 25, 2023Copper Contributor
Is it possible if you could help me with the
Timer module? what code to add for "Add a timer control to your userform from the toolbox (if it's not already there) and set its interval to the desired time (in milliseconds),"
Thanks
Timer module? what code to add for "Add a timer control to your userform from the toolbox (if it's not already there) and set its interval to the desired time (in milliseconds),"
Thanks
HansVogelaar
Apr 26, 2023MVP
A timer control is available in VB, not in VBA in Excel.