A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
In the Visual Basic Editor, double-click ThisWorkbook in the Project Explorer pane.
Copy the following code into ThisWorkbook:
Private Sub Workbook_Open()
Call running_clock
End Sub