View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alvin Hansen[_2_] Alvin Hansen[_2_] is offline
external usenet poster
 
Posts: 209
Default Date in danish

Thanks for your help

regards alvin


"Frank Kabel" skrev:

Hi
try
format(date,"dd/mm/yyyy")

--
Regards
Frank Kabel
Frankfurt, Germany


Alvin Hansen wrote:
Hi!
The code date()
use off course month/day/year
Would like to have day/month/year

In Asp I can use
SESSION.LCID = 1030
But what can i use in excel userform

Regards alvin