March 15, 2017
How to show live Clock in Excel Sheet
In this article, I am going to tell you that how you can
show the current time in excel sheet.
Click on the cell where you want to display the
current time and write a function as =Now ().
Click on the cell, where you have entered the
function and Press CTRL+1. This will open a window. Under this window, Click on
Custom under the Category Tab.
5. Now Right Click on Sheet Tab and click on View Code.
Sub Macro1 ()
Calculate
Application. On Time Now + Time Value (“00:00:01”), “Macro 1”
End Sub
Sub Start ()
Macro 1
End Sub
In View Tab, Select Macro and Click on View Macro. Now you can see the Macro 1. Click on run and your live time will be start.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment