View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boris Nikitin Boris Nikitin is offline
external usenet poster
 
Posts: 1
Default Format Cells with date format

Hi!
I have English Excel 2003 and Russian locale.
From C++ code I want set date value in format "yyyy" but my Office want to
see "ГГГГ" (Russian analog) format string.

Is it possible to use "yyyy" format string? How can I do code independent
from locale?