• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Timer or Watch

Hi Narayan, thank you for sources. I've just forgotten to tell that I needed a clock which shows the time in GMT zone.
 
Last edited:
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.
 
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.

Can you tell me your time zone so that I can show you how to do this.

Regards,
 
I need some help. In my sheet what formula should I write into D3 and D4

and also how can I modify the macro to auto run.

It is working only when I run the macro. I want it to run automatically.

I don't know how to do. Can you help me?
 

Attachments

Thank you Somendra. Super..

Do you know the solution of my second question?
The macro works when I run it. How can I make it to work automatically without running it manually?
 
I wrote a code under "ThisWorkbook" and now the macro is running automatically.

Thanks for helps. I am learning with your great helps.

Code:
Private Sub Workbook_Open()
Call Start_Timer_with_Macro
End Sub
 
Back
Top