Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
when I get data from database(SQL queries) it shows date format like 38306 instead of 2004/11/15, how can I converted this date format automatically during executing queries? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Format the column as Date, then all dates should appear correct. Regards, Per On 27 Dec., 15:43, bijan wrote: Hi all when I get data from database(SQL queries) it shows date format like 38306 instead of 2004/11/15, how can I converted this date format automatically during executing queries? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Maybe like this Columns("A:A").NumberFormat = "yyyy/mm/dd" -- mikeaj72 ------------------------------------------------------------------------ mikeaj72's Profile: http://www.thecodecage.com/forumz/member.php?userid=46 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=44465 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
Convert european foreign date format to US date format | Excel Worksheet Functions | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
code to convert date from TEXT format (03-02) to DATE format (200203) | Excel Programming | |||
Change a date in text format xx.xx.20xx to a recognised date format | Excel Programming |