PC Review


Reply
Thread Tools Rate Thread

Different regional date settings in reports

 
 
Piri
Guest
Posts: n/a
 
      1st May 2007
Excel 2000
We extract data from an Access database into a spreadsheet. This data
includes dates.

We operate under NZL regional systems settings (similar to UK) but the
report recipients want the spreadsheet sent to them in US formats.
That is apparently because the spreadsheet is automatically picked up
by their system for analysis, and it is is spitting out our dates. At
that end of the process there is apparently no way for the date format
to be changed before it is processed. ie manually changing the
spreadsheet at their end first.

We can produce the desired format by changing our own system settings
to US, do the job, send the spreadsheet, then revert the settings back
to NZL when we are done - but this is a regular report.

That is hardly satisfactory and there must be a way of delivering the
requested "format".
I would have thought the a date is a date (an underlying value) and
the formating is merely a view of that value.

Is there a way of presenting the date in our spreadsheet (say as a
text string) that would be read at the other end as a date
"formatted" [US] in the way they require?

Any ideas appreciated.

WSF
ps not really sure I am making a lot of sense here.

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      1st May 2007
Piri,

As you say, dates are just numbers and the format is just a view, so there
should not be a problem.

However, there is an issue with VBA and dates, but it usually occurs for us
(non-US) and not the other way around. Are you using VBA at all in these
reports?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Piri" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Excel 2000
> We extract data from an Access database into a spreadsheet. This data
> includes dates.
>
> We operate under NZL regional systems settings (similar to UK) but the
> report recipients want the spreadsheet sent to them in US formats.
> That is apparently because the spreadsheet is automatically picked up
> by their system for analysis, and it is is spitting out our dates. At
> that end of the process there is apparently no way for the date format
> to be changed before it is processed. ie manually changing the
> spreadsheet at their end first.
>
> We can produce the desired format by changing our own system settings
> to US, do the job, send the spreadsheet, then revert the settings back
> to NZL when we are done - but this is a regular report.
>
> That is hardly satisfactory and there must be a way of delivering the
> requested "format".
> I would have thought the a date is a date (an underlying value) and
> the formating is merely a view of that value.
>
> Is there a way of presenting the date in our spreadsheet (say as a
> text string) that would be read at the other end as a date
> "formatted" [US] in the way they require?
>
> Any ideas appreciated.
>
> WSF
> ps not really sure I am making a lot of sense here.
>



 
Reply With Quote
 
NickHK
Guest
Posts: n/a
 
      2nd May 2007
If you have Excel 2002 or up, look into format the date cell in one of the
formats marked with an *.
From the Format Cells:
Except for items that have an asterisk (*), applied formats do not switch
date orders with the operating system.

NickHK

"Piri" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Excel 2000
> We extract data from an Access database into a spreadsheet. This data
> includes dates.
>
> We operate under NZL regional systems settings (similar to UK) but the
> report recipients want the spreadsheet sent to them in US formats.
> That is apparently because the spreadsheet is automatically picked up
> by their system for analysis, and it is is spitting out our dates. At
> that end of the process there is apparently no way for the date format
> to be changed before it is processed. ie manually changing the
> spreadsheet at their end first.
>
> We can produce the desired format by changing our own system settings
> to US, do the job, send the spreadsheet, then revert the settings back
> to NZL when we are done - but this is a regular report.
>
> That is hardly satisfactory and there must be a way of delivering the
> requested "format".
> I would have thought the a date is a date (an underlying value) and
> the formating is merely a view of that value.
>
> Is there a way of presenting the date in our spreadsheet (say as a
> text string) that would be read at the other end as a date
> "formatted" [US] in the way they require?
>
> Any ideas appreciated.
>
> WSF
> ps not really sure I am making a lot of sense here.
>



 
Reply With Quote
 
cbhartness@aol.com
Guest
Posts: n/a
 
      2nd May 2007
I have an application where I assigned different formats to variables
and apply the formats to the cells as needed. It is set up to convert
from various country formats to various OS formats. You need just a
subset of that, such as.

dim dateTimeFmt as String
dateTimeFmt = "dd/mm/yyyy hh.mm"
Range("A1:C1").NumberFormat = dateTimeFmt

Carl.

On May 1, 12:02 am, Piri <wiremu.pare...@hotmail.com> wrote:
> Excel 2000
> We extract data from an Access database into a spreadsheet. This data
> includes dates.
>
> We operate under NZL regional systems settings (similar to UK) but the
> report recipients want the spreadsheet sent to them in US formats.
> That is apparently because the spreadsheet is automatically picked up
> by their system for analysis, and it is is spitting out our dates. At
> that end of the process there is apparently no way for the date format
> to be changed before it is processed. ie manually changing the
> spreadsheet at their end first.
>
> We can produce the desired format by changing our own system settings
> to US, do the job, send the spreadsheet, then revert the settings back
> to NZL when we are done - but this is a regular report.
>
> That is hardly satisfactory and there must be a way of delivering the
> requested "format".
> I would have thought the a date is a date (an underlying value) and
> the formating is merely a view of that value.
>
> Is there a way of presenting the date in our spreadsheet (say as a
> text string) that would be read at the other end as a date
> "formatted" [US] in the way they require?
>
> Any ideas appreciated.
>
> WSF
> ps not really sure I am making a lot of sense here.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Regional Settings with Date SuperNashwan2@hotmail.com Microsoft Excel Misc 3 20th Nov 2007 06:50 PM
Expiry Date Checking Mishap with Specific Date Regional Settings Orlin Pavlov Anti-Spyware Installation 1 18th Mar 2005 07:02 PM
regional date settings =?Utf-8?B?YXNo?= Microsoft Dot NET Framework 0 3rd Jun 2004 02:06 AM
Regional date-settings do not stick Picsou Windows XP General 2 10th Apr 2004 03:51 PM
Problem with regional date settings Schfooge Microsoft VB .NET 9 12th Feb 2004 08:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:03 PM.