+ Reply to Thread
Results 1 to 2 of 2

English date format and compatibilty with others Excel Language

Hybrid View

  1. #1

    English date format and compatibilty with others Excel Language

    Hi,

    We are using English Excel, and others users using French or German Excel.
    When fomulates which are unsing date format are created in Excel File,
    others users using French or German Excel can't use the Formulate, because
    the format of the date are note the same.

    Exemple : In English "mmyyyy" in French "mmaaaa" or German "ttjjjj"

    How can we avoid this kind of problem, or how can we automate the conversion
    of the formulates...
    May be it is a system parameters...

    Thanks.

  2. #2
    Niek Otten
    Guest

    Re: English date format and compatibilty with others Excel Language

    Use this UDF:

    Function FormatString(a As Range) As String
    FormatString = a.NumberFormatLocal
    End Function

    It returns the formatstring from a cell in the local format. You can use that instead of a textstring in functions like TEXT()

    I have a multilingual version of Excel which has a few flaws so I couldn' test it.
    Please let us know if it works.

    --
    Kind regards,

    Niek Otten

    "[email protected]" <[email protected]> wrote in message
    news:[email protected]...
    | Hi,
    |
    | We are using English Excel, and others users using French or German Excel.
    | When fomulates which are unsing date format are created in Excel File,
    | others users using French or German Excel can't use the Formulate, because
    | the format of the date are note the same.
    |
    | Exemple : In English "mmyyyy" in French "mmaaaa" or German "ttjjjj"
    |
    | How can we avoid this kind of problem, or how can we automate the conversion
    | of the formulates...
    | May be it is a system parameters...
    |
    | Thanks.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1