View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati[_2_] Vasant Nanavati[_2_] is offline
external usenet poster
 
Posts: 45
Default How can I get the time-zone info of a user?

Hi Julian:

There is no *easy* way.

A not-so-easy way is described by Chip Pearson at:

http://www.cpearson.com/excel/timezone.htm

Regards,

Vasant.


"Julian Milano" wrote in message
...
Is there an easy way to find out the user's timezone using XL VBA?

I want to be able to send dates back to a central processing unit from

each
user, and with the timezone info for each, "convert" the dates (from each
user) wrt a specific point of reference (GMT?) for comparison in a report.

--


Julian Milano