Excel VBA Tips & Tricks | How to create a live Clock
In this Excel VBA tips and tricks tutorial, we're going to be learning how to create a live clock using VBA. And the VBA code we're going to be using is below:
--------------------------------------------
Do
DoEvents Label2.Caption=Time
Loop
--------------------------------------------
*****************************
Courses:
Excel VBA for Absolute Beginners : https://goo.gl/d3EvMw
Mastering Excel VBA Userforms : https://goo.gl/Hqtf6L
*****************************
http://LLTtutorials.com
http://Facebook.com/LLtutorials
http://Twitter.com/LLTtutorials
http://www.pinterest.com/LLTtutorials/
0 comments:
Post a Comment