
Signature
MOS Master Instructor
www.aneasiertomorrow.com.au
If this post answered your question please let us know as others may be
interested too
Where do you want this change to reflect? You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
- Chirag
PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
> Hello all
>
[quoted text clipped - 16 lines]
>
> Lucy
aneasiertomorrow - 19 Jun 2007 03:12 GMT
Fabulous thank you :-)
Is there a way to do it via VBA do you know? Just the client may not want to
change their system-wide settings and it's all about giving people choices...
Lucy

Signature
MOS Master Instructor
www.aneasiertomorrow.com.au
If this post answered your question please let us know as others may be
interested too
> Where do you want this change to reflect? You can get this change
> system-wide through Windows Control Panel, launch "Regional and Language
[quoted text clipped - 27 lines]
> >
> > Lucy
Chirag - 19 Jun 2007 03:30 GMT
In VBA, the following function will display the current date in the dd.MM.yy
format:
---
Sub MyDateFormat()
MsgBox Format(Now(), "dd.MM.yy")
End Sub
---
- Chirag
PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
> Fabulous thank you :-)
>
[quoted text clipped - 40 lines]
>> >
>> > Lucy
aneasiertomorrow - 19 Jun 2007 04:31 GMT
Thank you so much :-)
Lucy

Signature
MOS Master Instructor
www.aneasiertomorrow.com.au
If this post answered your question please let us know as others may be
interested too
> In VBA, the following function will display the current date in the dd.MM.yy
> format:
[quoted text clipped - 53 lines]
> >> >
> >> > Lucy