How can I tell what the current time zone is, using Access-VBA or Excel? Thank you, Tom.
T tpers Sep 26, 2005 #1 How can I tell what the current time zone is, using Access-VBA or Excel? Thank you, Tom.
K Karl E. Peterson Sep 26, 2005 #2 tpers said: How can I tell what the current time zone is, using Access-VBA or Excel? Click to expand... GetTimeZoneInformation is the easiest way. See http://vb.mvps.org/samples/TimeZone for a class that wraps it all up.
tpers said: How can I tell what the current time zone is, using Access-VBA or Excel? Click to expand... GetTimeZoneInformation is the easiest way. See http://vb.mvps.org/samples/TimeZone for a class that wraps it all up.