akinkaraman
Member
Is it posiple to make analog or digital clock in a sheet?
Hi Somendra..
It is a nice idea but I will use my sheet in the aircraft's computers and I don't want to change the time of it.
What I need is a clock which shows the time in GMT zone and also in local time's zone at the same time. We are writing times in GMT and following works in local time.
So I thought maybe I can have a clock in my sheet that I could change from Gmt to local time with a click when I need at working on my sheet and it would be very time saver for me. Because we are working against to time.
Private Sub Workbook_Open()
Call Start_Timer_with_Macro
End Sub