Hi Gurus,
How can I convert my system time to a different time zone . Say GMT? I use the below code to get the time of running the macro. I would like to display this time in GMT as the workbook is used by global audience.
Thanks in advance guys
How can I convert my system time to a different time zone . Say GMT? I use the below code to get the time of running the macro. I would like to display this time in GMT as the workbook is used by global audience.
Code:
Sheet1.Range("C1").Value = DateTime.Now
Thanks in advance guys