Hi, all Is there a way to make the date on the computer to look like "2/20/2004" instead of "02/20/2004" using VBA? Maybe thru Win API functions. What I see from differecnt pcs are different. Some pcs show "2/24/2004", but others "02/20/2004". I know this format can be changed mannually thru Control Pannel. I did not mean to use format function, format(date,"#/#/####"). Thanks.