View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Julian Milano Julian Milano is offline
external usenet poster
 
Posts: 14
Default How can I get the time-zone info of a user?

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